Skip to content Skip to sidebar Skip to footer

Jquery And Live Webcam Video Streaming

I'm trying to build application where people can have their own rooms and stream video from webcam, so other people can see them. I was trying approach with red5, but I can't integ

Solution 1:

Using the getUserMedia() API is a good native alternative assuming the browsers you will be targeting support it. Look here: http://caniuse.com/#feat=stream. You might also want to give some thought into WebRTC. Its still being developed, but this technology seems to be catching a lot of attention. Posting code snippets will also better help understand your question.


Post a Comment for "Jquery And Live Webcam Video Streaming"