Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Live Streaming form a webpage using user camera

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?

like image 599
Nelson Dutra Junior Avatar asked Aug 06 '26 13:08

Nelson Dutra Junior


1 Answers

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

like image 57
Santosh Shingare Avatar answered Aug 09 '26 13:08

Santosh Shingare