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.12.2
Choose a base ref
...
head repository: videojs/mux.js Loading
compare: v5.13.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    86cfdca View commit details
    Browse the repository at this point in the history
  2. feat: add firstSequenceNumber option to Transmuxer to start sequence …

    …somewhere other than zero (#395)
    
    Adds an option `firstSequenceNumber` to Transmuxer.
    
    Can be used like this:
    
    new Transmuxer({ firstSequenceNumber: 10 });
    
    This is passed in to VideoSegmentStream and AudioSegmentStream.
    
    When mfhd boxes are constructed, the starting sequence number will be
    taken from that option. The default value is zero.
    
    This is useful for generating segmented streams out of order. Out of
    oder processing allows for restart, parallelism, or random seeking into
    source material.
    collin committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6ff42f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe7936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5cf485 View commit details
    Browse the repository at this point in the history
  5. 5.13.0

    brandonocasey committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4354bd7 View commit details
    Browse the repository at this point in the history
Loading