Skip to content

Commit

Permalink
Merge branch 'main' into mpd-parser-0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Oct 14, 2021
2 parents 84aacf6 + fc83109 commit 8d23737
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@
"mimetype": "application/x-mpegurl",
"features": ["live", "low-latency"]
},
{
"name": "Mux's LL-HLS test stream",
"uri": "https://stream.mux.com/v69RSHhFelSm4701snP22dYz2jICy4E4FUyk02rW4gxRM.m3u8",
"mimetype": "application/x-mpegurl",
"features": ["live", "low-latency"]
},
{
"name": "Axinom Multi DRM - DASH, 4k, HEVC, Playready, Widevine",
"uri": "https://media.axprod.net/TestVectors/v7-MultiDRM-SingleKey/Manifest.mpd",
Expand Down
5 changes: 5 additions & 0 deletions src/segment-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,11 @@ export default class SegmentLoader extends videojs.EventTarget {
this.transmuxer_.postMessage({
action: 'clearAllMp4Captions'
});

// reset the cache in the transmuxer
this.transmuxer_.postMessage({
action: 'reset'
});
}
}

Expand Down

0 comments on commit 8d23737

Please sign in to comment.