Wifi local streaming setup for phone users

SebAnnecy

New Member
Hello.
I would like to setup a streaming from obs to a local WiFi network.

Something easy for the viewers. So they can watch the stream using WiFi with their phone connected to the network. Something simple like a link with QR code.
Without special app needed on the phone.
The maximum number of viewers would be around 40.
What would be the best solution to do that?

I've done some research and couldn't clear answer for my problem.

Thanks for your help!
 

qhobbes

Active Member
If you want to avoid special apps, then you can try HLS

The special app solution would be setup a local RTMP server such as NGINX and then use VLC on phones to connect to the server such as rtmp://192.168.0.24:1935/stream/test
 

SebAnnecy

New Member
If you want to avoid special apps, then you can try HLS

Thanks. I tried the demo file from the github link.
Just a question.
For now I try it locally. Means I send the output of obs on my drive (folder inside the html demo file) . And inside the webpage I set the link of the folder.
But the video is not loading. When I press play it's just turning and no video coming.
Is it possible to try it locally like that?

And just to explain why it's not possible to use app.
It's for live concerts. For the VIP on the side of the stage. We have a camera at the FOH. And we wanna share it to people who wanna see it (because basically from the side of the stage you can't see anything but VIP like to be here.... This is another problem...).
So yeah I'm definitely not gonna setup any app on their phone...

Thanks.
 
Last edited:
Top