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
Crash in ffmpeg when switching audio track in a network stream #5251
Comments
|
Can reproduce with it first stalls buffering for a while, then a few seconds later appears to crash altogether. |
|
Same issue when seeking a live stream. Also when googling for that function name, I found this https://trac.ffmpeg.org/ticket/6846 which might be relevant. |
|
Same here: Log file |
|
Almost certainly ffmpeg bugs. fffmpeg's HLS demuxer isn't very good. |
|
Adding |
|
Seems like this is the ffmpeg issue, which seems to confirm that it's a ffmpeg bug: https://trac.ffmpeg.org/ticket/6846 |
|
I can't reproduce anymore: |
|
should be fixed by FFmpeg/FFmpeg@be4dfbf |
mpv version and platform
mpv: d690ee0
ffmpeg: 3f887440677328c9cfed97ad81d14051ffa32aae
(compiled with mpv-build)
Reproduction steps
mpv https://www.twitch.tv/aimbotcalvinExpected behavior
mpv does not crash
Actual behavior
mpv crashes :(
Log file
Output from gdb:
Sample files
I haven't been able to reproduce this with a local file.
Not sure if this is an mpv or ffmpeg issue, not sure how to reproduce with just ffmpeg.
The text was updated successfully, but these errors were encountered: