Enhancements
- Start loading the audio playlist once the parent manifest is loaded, rather then waiting for the first level to load (#2340)
- TS demuxer will use PTS/DTS of last PES when current PES does not contain PTS/DTS (#2109)
Bugfixes
- Prevent from seeking backward when
liveMaxLatencyDuration
orliveMaxLatencyDurationCount * targetduration
is less thanliveSyncDuration
orliveSyncDurationCount * targetduration
(#2506 fixes #2494) - Fixed
PIPELINE_ERROR_DECODE
error in Chrome by improving PES ACC overflow handling (#2530 fixes #2528)
Misc
- Updated dependencies (#2538)