[Bug 786111] tsdemux: incorrectly parsing non-timestamp byte sequence in PES header as PTS time stamp

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 30 06:38:53 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=786111

--- Comment #11 from Edward Hervey <bilboed at bilboed.com> ---
The reason it's failing afterwards is because ... the header is actually 41
bytes (a bastard mix of expected 38 or 48 bytes). The last 8 bits (reserved)
from the 'bcol' box are not present.

Therefore we alway drop the first byte (0xff from the magic 0xff4fff51),
resulting in unplayable streams.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list