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

Drift compensation not recovering after 90sec of source disconnection. #29

Closed
salvaaod opened this issue Sep 13, 2023 · 3 comments
Closed

Comments

@salvaaod
Copy link

OS: Ubuntu 20.04 LTS server.
odr-audioenc 3.4.0
Sample command: odr-audioenc -D -v http://stream.********.com:8000 -e tcp://*:9000

If connection with the server is lost, either the network is down or the server is down, the log starts to spit UUUUU if the server or the network disconnection is longer than 90 sec. down the encoding process will not resume after network connection or server recovery and the spiting of UUU will continue forever having to restart the process manually. That makes the -D option unusable if your networks is not stable or if the servers you are getting the audio from have interruptions for one reason or another.

I have seen the same issue with -G (GST) but is not so easily reproduceable and happens more randomly, with the vlc decoder can be always reproduced.

@mpbraendli
Copy link
Member

Hi, can you try the latest next ? I've implemented a check that should abort if there are underruns for 60s.

@salvaaod
Copy link
Author

salvaaod commented Oct 3, 2023

Yes, will do that and report results.

@salvaaod
Copy link
Author

salvaaod commented May 9, 2024

Old thread, just want to confirm that the issue is gone in last build, so you can close this.

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