WebRTC-Scalable-Broadcast
WebRTC-Scalable-Broadcast copied to clipboard
This module simply initializes socket.io and configures it in a way that single broadcast can be relayed over unlimited users without any bandwidth/CPU usage issues. Everything happens peer-to-peer!
Hi muaz, I have deploy on my ubuntu server broadcast, It works perfectly on desktop. But on mobile i can view broadcast on mobile (on Chrome / IOS or Chrome...
Hi muza-khan, server.js is based on http connection. But chrome web-browsers and web-view in android requires https connection. I tried server.js in node.js. But I'd like to how to setup...
Hi, I want to know what happen if on of the peers in the chain has a slow connection , it will slowdown all the new peers isnt it? Is...
I just started to look at WebRTC-Scalable-Broadcast. Initially I was skeptical of the concept but after thinking about it I figured I'd give it a try. So I had the...
hi expert muaz, i test webrtc-scalable-broadcast,if find some bugs in 20# and 21# post question.i try to resolve it.but i don't know why could not trigger leave event when webrtc-scalable...
hi,nice muaz-khan i find a bug in share-files.html or maybe in rtcmulticonnection.js. i make a connect network like this at first: peer 1 0) { connection.broadcastingConnection.send(file); } ... ``` if...
hi,expert i find a bug in share-files.html or maybe in rtcmulticonnection.js. i make a connect network like this at first: peer 1 0) { connection.broadcastingConnection.send(file); } ... ``` if i...
hi, the screen capture is not effective.the received screen capture delay 7 to 8 seconds than original screen.and the original screen could not refresh itself smoothly. how to improve it?thanks
hi,expert, i test demos of webrtc-scalable-broadcast on my server,i only can see the joined message or stream message from node server console.but i cant see the video/screen/audio in joined terminal...