Rick Hunter
New Member
Dear All,
Thanks for OBS. I have a question. Can NGINX support be added as a streaming option? (https://nginx.org/en/)
I have created a RTMP stream that is running localy on my computer. I am running NGIX om my computer, and at the nginx.conf file I've added:
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
}
application hls {
live on;
hls on;
hls_path temp/hls;
hls_fragment 8s;
}
}
}
If NGNIX can be supported the proces/application should be started when pressing "start streaming" (with ofcource the information that is used in de nginx.conf file).
Since NGNIX is low resources application, I think this is a great way to stream your own programs without a (pay)stream server.
I am requesting this becaurse I am creating my own private TV channel that will not use the internet and only can be seen at my own hardware at home.
Thanks in avance.
Thanks for OBS. I have a question. Can NGINX support be added as a streaming option? (https://nginx.org/en/)
I have created a RTMP stream that is running localy on my computer. I am running NGIX om my computer, and at the nginx.conf file I've added:
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
}
application hls {
live on;
hls on;
hls_path temp/hls;
hls_fragment 8s;
}
}
}
If NGNIX can be supported the proces/application should be started when pressing "start streaming" (with ofcource the information that is used in de nginx.conf file).
Since NGNIX is low resources application, I think this is a great way to stream your own programs without a (pay)stream server.
I am requesting this becaurse I am creating my own private TV channel that will not use the internet and only can be seen at my own hardware at home.
Thanks in avance.