OBS + Nginx + HTML

thiagorenan

New Member
Hello, i'm new here at the community.

Need some help with OBS + Nginx + HTML, i'm need to run a local web page on my network with a stream from one of my machines.

So, i will have OBS in one computer streaming the screen and i need to share to another local computer over html webpage.
i was looking on google, how to do that and i'm setup a nginx rtmp server, and it's working, but all the players for html that i found uses flash, and i need a way to do that without flash.
 

thiagorenan

New Member
you need nginx-rtmp, and player HLS, i use player from videojs.com.
Add to you site player and correct address and working.

So i'm running nginx-rtmp and OBS, and it's working, when i try on VLC with rtmp://192.168.1.107/live/test link it's show my stream.
I need to convert to HLS ?
How i do that ?

nginx.conf
1644928061255.png


the another lines in nginx.conf its default.
 

thiagorenan

New Member
i can't figure out what i'm doing wrong.

Perhaps thats is the best way for do that ?

I need to share a windows machine screen in realtime on a local website (hosted on the same machine with xampp) for the people on my school.
I was using Radmin for view acess but have limit amount of connections.
 
Top