videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.
Apache License 2.0
1.11k stars 210 forks source link

fix(m2ts): PES packets missing timestamp rollover #437

Open amtins opened 1 year ago

amtins commented 1 year ago

Description

Handles PTS and DTS titmestamp rollover separately, directly in PES packets.

wseymour15 commented 6 months ago

Can we close this PR? It appears that it was handled in https://github.com/videojs/http-streaming/pull/1426