-
Notifications
You must be signed in to change notification settings - Fork 1
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
end of recordings getting cut off #9
Comments
User story:The tail end of recordings from streampusher appear to be missing when they are downloaded. This does not include the processing that sox takes care of (trimming, silence-removal, merging,...). During my last session I left maybe < 5 seconds of intentionally deadair. After disconnecting I monitored the livestream on datafruits. It never reached the deadair and cut off seemingly right before it. I think I could have waited longer to get the rest of the audio to go through to datafruits. The next day I downloaded the recording without processing it and even less of the audio than I remembered from the ending was there (it cut off earlier than from what the stream had played back). Here's a graph that I hope explains what was experienced if the story was hard to follow: I'll try it out again and see how much is getting removed. Maybe its a client side issue with altacast? Maybe the sleep timer has to be increased? https://github.com/streampusher/radio/blob/master/liquidsoap/radio.liq#L177 |
I've definitely seen it on other recordings as well, so I don't think its just you. |
Maybe I should bump up the sleep time to 120 or more? Worse case, we end up with extra silence in the recording I guess? Which should be taken care of by processing anyway. |
toots gave me an idea in the liquidsoap slack.
|
i wonder what would happen if you wrote an automated test that makes a 5 second recording, or a 2 minute long recording, then verifies the length of the resulting file ? |
There is another issue now, where recording files do not seem to get closed properly, and several DJs recordings get mixed together into often very large files. I'm not sure if using the new technique will solve this as well but it may be a start. |
No description provided.
The text was updated successfully, but these errors were encountered: