-
Notifications
You must be signed in to change notification settings - Fork 16
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
Streams interrupted and restarted during recording #166
Comments
Push |
There are two reason this happens.
|
Thanks for the explanation! I'll test it out and see if it works as expected.
|
Thinking about this more, the 'filesize' check was added much later than the first case where streamlink/ffmpeg don't terminate when the broadcast stops. But I think the filesize check probably also solves the same problem that the 1st check was trying to solve. I may change the default to be Also there have been a couple of years of streamlink/ffmpeg releases since people were running into the hung-recording problems, and it may just not be a problem anymore. |
This did not solve the problem.
|
It was my mistake. I ran it as a systemctl, but using the --user option, and that’s where the issue was. Now everything is working perfectly! 👍 |
Hi,
I’ve noticed that streams are being interrupted and restarted periodically when recording with
streamdvr
. This issue does not occur when recording the same streams directly withstreamlink
or usingstreamdvr
. The interruptions seem inconsistent—sometimes the recording lasts for 4 hours, sometimes for only 1 hour, and occasionally there are no interruptions at all. I checked the logs, but there’s nothing indicating why this is happening.I'm using the following configuration:
config.yaml
Do you have any idea what might be causing this issue? Is there perhaps a difference in how
streamdvr
processes streams?Thanks for the help!
The text was updated successfully, but these errors were encountered: