websocket - Web-RTC HTML5 WEB SOCKET Server Client Example -


i want make connection 2 browsers on 2 different computer. computer under same network.(with private ıp address) want use html5 , web-rtc. web-rtc use web sockets ? how can develop application step step ? suggestion ? tutorial ? getting 2 videos on same pc of tutorial.. want 2 different pc.

webrtc utilizes signalling server , mechanism session information exchange. websockets commonly used purpose(but other options exists). in of options, there exists server assist in exchanging session information. once informaiton exchanged, media can begin streaming between clients.

there couple tutorials on how i sam dutton's , this 1 on webrtc hacks.

webrtc.io simple set , use signalling 2 clients. personally, created own websocket server in .net using supersocket again, there plethora of options.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -