mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
7bce3f452b
The timestamp parser in our HLS parser should not fail on null TS packets. These are indicates by a packet ID of 8191 (0x1fff), and according to the spec, should be skipped by any receiver. We will not skip such packets and continue through the segment to find a PES packet with a timestamp. In addition to the comments in #2546, I found this document helpful: https://www.mikrocontroller.net/attachment/27265/mpeg2ts.pdf Closes #2546 Change-Id: Id9dc16160bbde03969199150ca50122f12de77f4