GNOME Bugzilla – Bug 730824
playbin loses audio of stream
Last modified: 2014-11-19 08:42:33 UTC
GStreamer+Plugins 1.2.4 Arch Linux x86_64 We have a problematic set of RTMP streams here where playbin loses audio output after a while. I've attached a sample dump of such a stream. `totem` or `gst-play-1.0` or `gst-launch-1.0 playbin` lose audio at about 21 seconds in. mplayer or ffmpeg play both the stream and the dump without problems.
Can't attach, so here's a link: http://pkgbuild.com/~heftig/footage_16.flv
iqueue.c:2081:single_queue_check_full:<multiqueue0> queue 0: visible 374/0, bytes 2108880/2097152, time 14960000000/0 iqueue.c:2081:single_queue_check_full:<multiqueue0> queue 1: visible 0/0, bytes 0/2097152, time 0/0 At some point around ~20s the audio queues drain completely, could be something in the file interleaving
Created attachment 284620 [details] Graph of timestamps vs. buffer order Seems this is just broken muxing. I've attached a plot showing how buffers with different timestamps are distributed across the file. The point where the streams cross is about the point where audio is lost.
I'm closing this as a garbage-in garbage-out problem.