html5 - Cross-Browser WebRTC Video Viewer Only -


i have been doing lot of research webrtc project working on. aware supported in chrome, firefox, , opera. however, wondering if cross-browser viewer solution not require plugin. way require broadcasts done webrtc compliant browser viewers use other browsers such safari or ie watching/viewing capabilities only.

the application working on used small group broadcasts of 25 or less people single publisher/presenter.

here list of options/ideas far.

  1. somehow have html5 canvas element display frames of video on non-webrtc supported browsers. however, need support audio , don't believe there anyway of right feed audio stream html5 audio element. option may dead before considered...

  2. have server subscribe webrtc stream , create hls (http live stream) stream can consumed browser player (possibly flowplayer, supports cross-browser hls best of knowledge). have found web call server 4 guys @ flashphoner can conversion hls seems overkill simple server webrtc hls conversion. hoping there may sort of node.js implementation out there generate playlist , files hls there low latency.

any community on appreciated. question pretty specific , have been researching solutions last 2 months think warrants stack overflow post @ point.

-- update

there may 3rd option here, having users on non-webrtc supported browsers install plugin. safari , ie may solution. 1 free plugin can distributed app based on findings [link]https://github.com/sarandogou/webrtc-everywhere may possible use plugin kuento signalling , achieve solution @ least work on desktop browsers until safari , ie catch-up webrtc.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -