-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Blank frames between requests in CUE playlist #3971
Comments
This is weird. There are only two tracks in the playlist and I still see the gap even with |
What decoder are you using? |
I found this issue a good opportunity to test github actions, and I didn't enjoy the process.
ffmpeg |
Describe the bug
If
playlist
uses a CUE file, it will produce blank frames when switching between requests.To Reproduce
ffmpeg -f lavfi -i "sine=frequency=100:duration=2" -c:a libmp3lame -b:a 16k -y 1.mp3
1.cue
main.liq
Expected behavior
No blank frames between requests, because they produce an audible click.
Version details
Install method
savonet/liquidsoap:v2.2.5
Common issues
#3937
The text was updated successfully, but these errors were encountered: