Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: videojs/mux.js Loading
base: v5.9.2
Choose a base ref
...
head repository: videojs/mux.js Loading
compare: v5.10.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on Mar 5, 2021

  1. feat: parse edts boxes (#375)

    nklhtv committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    989bffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb984db View commit details
    Browse the repository at this point in the history
  3. fix: Check if baseTimestamp is NaN (#370)

    if baseTimestamp is NaN, we do not set the baseTimestamp for the track... This means when video.js http-streaming uses mux.js to transmux from TS to MP4, the probe timestamp results use a 0-based baseMediaDecodeTime and the actual transmux uses a DTS-based baseMediaDecodeTime.
    
    If not doing a partial transmux, this causes video.js to use a start time of 0 (from probe) and an end time of DTS (whatever that is). If DTS happens to be negative, then the duration calculated for the first segment ends up being ~25 hours (close to 2^33, the size of the DTS field)
    TylerWilley committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b4e61dd View commit details
    Browse the repository at this point in the history
  4. 5.10.0

    gkatsev committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    cf96c0d View commit details
    Browse the repository at this point in the history
Loading