How can I stream the video from browser to RTMP URL? I want to achieve live streaming from the browser, for capturing webCam video and audio I use webRTC to display on a webpage. Now I want to send that video and audio on RTMP URL. How can I achieve this?
Asked
Active
Viewed 1,607 times
0
-
Unreal Media Server, Wowza – user1390208 Jul 31 '20 at 12:17
-
how, any video or example – Dheeraj Sharma Jul 31 '20 at 12:38
-
You publish via WebRTC to media server; from that media server you can do RTMP push or pull. Demos: http://umediaserver.net/umediaserver/demos.html – user1390208 Jul 31 '20 at 13:42
-
Where you able to do this ? Any open source solutions ? – kristoph Nov 28 '20 at 08:38
-
Yes using Agora and ant media – Dheeraj Sharma Nov 05 '22 at 17:41
-
Duplicated to https://stackoverflow.com/questions/56238148/how-to-use-webrtc-to-stream-video-to-rtmp – Winlin Mar 08 '23 at 10:46