bbc / brave

Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud
Apache License 2.0
653 stars 148 forks source link

Using brave as RTMP server #74

Open anindoghosh opened 3 years ago

anindoghosh commented 3 years ago

Hi, I was wondering if there is a way to configure brave to act as a RTMP/RTSP server so that I can push a RTMP/RTSP stream to the server directly instead of using an input element to pull the stream from another server?

Niko-La commented 3 years ago

@anindoghosh where you able to do this? this would be super cool for multicast to the popular streaming platforms

moschopsuk commented 3 years ago

The rtmpsrc element that brave uses can only act as client and can only be used to connect to rtmp server.

You could try using SRT (https://gstreamer.freedesktop.org/documentation/srt/srtsrc.html) in listen mode on braves side and then push SRT streams to it.