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
Post a Comment