-
Notifications
You must be signed in to change notification settings - Fork 54
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
Freeze after playing first stream #4
Comments
I also opened a issue at the rmtp module of Nginx, because I do not know what is causing the issue. Is it configuration or is it a bug? |
Hey, witch version of ffmpeg you use? And please give some info about nginx version, and other plugins/modules you use withit. Thank You! |
@Dexus See below my ffmpeg config:
Nginx is just the latest from the Dockerfile
Thanks for having at look at this! |
Hey @frederikbosch and @Dexus, I've updated this project's dependencies over on this project's experimental branch. You can pull these changes from the Docker Hub using the experimental tag. I have not tested this code yet — I'll be trying this out tomorrow and will promote to latest if things go well. We use videojs-contrib-hls as the frontend player for the code on master without any issues. |
Thanks @reid. I will check that out. But it's been a long time I have worked with rtmp and video streaming in general. Will let you know my feedback. |
We have problems with playing multiple stream after another. The usecase is as follows: we play a live stream, then we start to stream a video and finally we return to the live stream again.
With the current setup: our player (JW Player) freezes after the first stream. This was not the case with our previous streaming service (crtmpserver). Because this project also offers HLS, we would love to continue with the docker solution.
What could be the issue?
Our live stream is as follows:
Our video stream is as follows:
Should we change something to the Nginx template?
The text was updated successfully, but these errors were encountered: