#7011: Decoding of chained opus streams isn't properly supported
-------------------------------------+------------------------------------
Reporter: neknek446 | Owner:
Type: defect | Status: new
Priority: normal | Component: avformat
Version: unspecified | Resolution:
Keywords: opus ogg | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+------------------------------------
Comment (by Jookia):
This causes issues with web radios that chain opus files.
You can reproduce this issue easily using these commands:
{{{
ffmpeg -v 9 -loglevel 99 -f lavfi -i "sine=frequency=1000:duration=5" -c:a
libopus a.ogg
ffmpeg -v 9 -loglevel 99 -f lavfi -i "sine=frequency=2000:duration=5" -c:a
libopus b.ogg
cat a.ogg b.ogg > c.ogg
ffplay -v 9 -loglevel 99 -nodisp c.ogg 2>&1 | tee opus_chained_errors.log
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7011#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".