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

Wait for new stream #356

Open
ysnist opened this issue Jan 24, 2023 · 1 comment
Open

Wait for new stream #356

ysnist opened this issue Jan 24, 2023 · 1 comment

Comments

@ysnist
Copy link

ysnist commented Jan 24, 2023

I have a video archive and ffmpeg sends the movies in my video archive to my rtmp server in order, but each time I switch to a new movie, the server connection is momentarily interrupted and the stream is naturally restarted on my rtmp server. Can I prevent my users from disconnecting until the new stream is sent when my rtmp server is interrupted for a few seconds?

I can say that wait video doesn't work for me, it doesn't work well enough.

@winkmichael
Copy link

There is no way to keep a client connected to the RTMP session if the publisher goes away. My only suggestion is you trying chaining the inputs on the ffmpeg side to keep a persistent output to NGINX-rtmp.

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

2 participants