Skip to content

Commit

Permalink
chore(LCEVC): Update lcevc_dec.js dependency (#5922)
Browse files Browse the repository at this point in the history
This update adds support for Managed Media Source in LCEVC
  • Loading branch information
avelad committed Nov 22, 2023
1 parent 82ab893 commit b75d9be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/lcevc.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LCEVC Decoder library needs to be included in the HTML page:
```
- Or use `unpkg.com` for latest LCEVC Decoder libraries.
```html
<script src="https://unpkg.com/lcevc_dec.js@1.0.0/dist/lcevc_dec.min.js"></script>
<script src="https://unpkg.com/lcevc_dec.js@1.0.1/dist/lcevc_dec.min.js"></script>
```

Configuration to enable LCEVC enhancement:
Expand All @@ -45,7 +45,7 @@ Sample setup using the Shaka Player UI library:
<link rel="stylesheet" href="dist/controls.css" />

<!-- LCEVC decoder compiled library -->
<script src="https://unpkg.com/lcevc_dec.js@1.0.0/dist/lcevc_dec.min.js"></script>
<script src="https://unpkg.com/lcevc_dec.js@1.0.1/dist/lcevc_dec.min.js"></script>

<!-- Application source: -->
<script src="app.js"></script>
Expand Down
14 changes: 7 additions & 7 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 @@ -48,7 +48,7 @@
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "^0.0.34",
"karma-webdriver-launcher": "^1.0.8",
"lcevc_dec.js": "^1.0.0",
"lcevc_dec.js": "^1.0.1",
"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",
Expand Down

0 comments on commit b75d9be

Please sign in to comment.