Live Streaming renders a web page using a custom camera

I need to broadcast the current event using the user's camera from a webpage. My idea is to use getUserMedia()

to get the video from the user's camera and send it to the RTMP point, is it possible? Or is there another way to do this?

+3


source to share


1 answer


Possibly, but for this we have detailed knowledge of all encoders and decoders. most of the developers are trying to do the same after the fall of Flash support for Firefox and chrome. Yes, maybe the Wowza Media server is doing the same as here



+1


source







All Articles