Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using brave as RTMP server #74

Open
anindoghosh opened this issue Nov 4, 2020 · 2 comments
Open

Using brave as RTMP server #74

anindoghosh opened this issue Nov 4, 2020 · 2 comments

Comments

@anindoghosh
Copy link

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
Copy link

Niko-La commented Dec 14, 2020

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

@moschopsuk
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants