Reputation: 51
I need to stream a live event using the user camera from a web page. My idea is use getUserMedia()
to get the video from user camera and send it to a RTMP point, it's possible? Or there are another way to do it?
Upvotes: 3
Views: 328
Reputation: 281
Its possible but for that we have detail knowledge about all encoder and decoders. most of developer trying to do a same thing after flash support drop by Firefox and chrome. Yes, it is possible wowza media server doing same thing check here
Upvotes: 1