GNOME Bugzilla – Bug 709768
tsdemux: Fails to preroll properly on ts streams with AAC LATM
Last modified: 2013-10-10 13:15:41 UTC
I tried to reproduce with gst-launch-1.0 uri=file:///file.ts but seems it doesnt want to prerrol I tried to reproduce it with VLC and seems to be played, at least the beginning You can grab the file here: https://uk.owncube.com/public.php?service=files&t=3092d8bb9bfbf74842ffdb20a829a7d0
Confirmed, decodebin never pre-rolls on it but tsdemux does stuff all the time. This pipeline works however: > gst-launch-1.0 filesrc location=/home/slomo/Downloads/raw_h264.ts ! tsdemux ! decodebin ! xvimagesink Removing tsdemux and just having decodebin there reproduces the no-preroll problem. Also there are problems with the language code extraction but that's unrelated.
you sure this worked before ? It's failling to preroll due to AAC LATM issues (which is definitely not new).
Duplicate of #678078 and/or #679639 ?
Marked as duplicate of bug #678078 as slomo suggested on IRC *** This bug has been marked as a duplicate of bug 678078 ***