-
Notifications
You must be signed in to change notification settings - Fork 282
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
Comments
That's impossible with node-rtsp-rtmp-server alone. Use ffmpeg to relay your stream from node-rtsp-rtmp-server to YouTube Live. |
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. |
I don't know much about the effectiveness, but I think ffmpeg is easier to setup than nginx. |
@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 |
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.
The text was updated successfully, but these errors were encountered: