Janus WebRTC Gateway support request

muxlux

New Member
i'm very interested in being able to embed a stream on a webpage w/o having to decode it with flash (iOS users can't use flash).
i followed
How to set up your own private RTMP server using nginx
it works great

thank you dodgepong!

but it requires flash.
i'm sure there's another way that i'm overlooking but it seems like a Janus WebRTC Gateway plugin/support might be useful here.

if you have any ideas on how to implement this, please, share
thanks
mux
 

Rodney

Forum Moderator
It isn't exactly easy to make something like WebRTC happen in obs. Maybe someday...

You can configure nginx-rtmp to create HLS streams. You can play back those with HTML5 (i.e. clappr player or videojs) and natively on iOS/Android. Just google "nginx-rtmp hls" or something like that. However latency will be quite high.
 

muxlux

New Member
thx, Rodney (especially for the hls latency warning)
bilhamil's obs-webrtc plugin looks interesting but it's 2 years old...
 
muxlux im working over the same problem, there is no much information.. looks like in the future there will be html5 tag which will work but nothing till now.. If you find out something post it here.. there was kinda js lib for livestreaming but it isnt finished.
 
Top