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

How to Simulcast to Social Media? #143

Open
CodeBradley opened this issue Apr 15, 2020 · 4 comments
Open

How to Simulcast to Social Media? #143

CodeBradley opened this issue Apr 15, 2020 · 4 comments

Comments

@CodeBradley
Copy link

How would I go about pushing an incoming RTMP stream out to YouTube Live for instance? With NGINX I would use a push directive in the config, for instance. Is there something relative to that here? The idea is to have many incoming RTMP streams that can be broadcasted to each broadcasters respective social media accounts.

@iizukanao
Copy link
Owner

That's impossible with node-rtsp-rtmp-server alone. Use ffmpeg to relay your stream from node-rtsp-rtmp-server to YouTube Live.

@CodeBradley
Copy link
Author

CodeBradley commented Apr 17, 2020

Do you think relaying to ffmpeg would be more effective then pushing the stream through nginx rtmp module? I was thinking of using docker images and nginx to do it, but this library looked appealing. I've never considered using ffmpeg.

@iizukanao
Copy link
Owner

I don't know much about the effectiveness, but I think ffmpeg is easier to setup than nginx.

@chrisspiegl
Copy link

@CodeBradley I am playing with similar ideas and found this NPM that may be interesting for you to look at: https://github.com/illuspas/Node-Media-Server

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