Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update mux.js to 6.1.0 #4259

Merged
merged 1 commit into from
May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ HLS features supported:
- Low-latency streaming with partial segments, preload hints, and delta updates
- Discontinuity
- ISO-BMFF / MP4 / CMAF support
- MPEG-2 TS support (transmuxing provided by [mux.js][] v5.7.0+, must be
- MPEG-2 TS support (transmuxing provided by [mux.js][] v6.1.0+, must be
separately included)
- WebVTT and TTML
- CEA-608/708 captions
Expand Down Expand Up @@ -191,7 +191,7 @@ Shaka Player supports:
SegmentTemplate@index
- Not supported in HLS
- MPEG-2 TS
- With help from [mux.js][] v5.7.0+, can be played on any browser which
- With help from [mux.js][] v6.1.0+, can be played on any browser which
supports MP4
- Can find and parse timestamps to find segment start time in HLS
- WebVTT
Expand All @@ -200,10 +200,10 @@ Shaka Player supports:
- Supported in both XML form and embedded in MP4
- CEA-608
- Supported embedded in MP4
- With help from [mux.js][] v5.7.0+, supported embedded in TS
- With help from [mux.js][] v6.1.0+, supported embedded in TS
- CEA-708
- Supported embedded in MP4
- With help from [mux.js][] v5.7.0+, supported embedded in TS
- With help from [mux.js][] v6.1.0+, supported embedded in TS
- SubRip (SRT)
- UTF-8 encoding only
- LyRiCs (LRC)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"less": "https://gitpkg.now.sh/joeyparrish/less.js/packages/less?28c63a43",
"less-plugin-clean-css": "github:austingardner/less-plugin-clean-css#4e9e77bf",
"material-design-lite": "^1.3.0",
"mux.js": "^5.14.1",
"mux.js": "^6.1.0",
"open-sans-fonts": "^1.6.2",
"postcss-less": "^6.0.0",
"pwacompat": "^2.0.17",
Expand Down