socket.io-stream
socket.io-stream copied to clipboard
Example for sending a webrtc webcam stream?
Is this possible? I've looked everywhere to try to find an example of it and can't seem to find one.
I have no idea about that, but check socket.io-p2p too.
https://github.com/socketio/socket.io-p2p
@joshterrill what are you trying to achieve?
I am trying to send stream of webcam videos (stream in following snippet):
navigator.getUserMedia({
'audio': false,
'video': true
}, function (stream) {
})
to server. How to accomplish this?
@BipinBhandari check this out: https://github.com/xat/webcam-binaryjs-demo