Skip to content

Commit

Permalink
feat: Update for LCEVC Integration with new features added. (#6263)
Browse files Browse the repository at this point in the history
Features for LCEVC Decoder integration into Shaka player:

Initially in this PR we had changes to shaka player to accommodate
changes for iOS fullscreen functionality. But now we have a way to do
that inside the scope of lcevc decoder. So the only change in this PR is
the version bump of the lcevc decoder library.
  • Loading branch information
v-nova-vinod committed Apr 12, 2024
1 parent af88a32 commit 7b717e5
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
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.1/dist/lcevc_dec.min.js"></script>
<script src="https://unpkg.com/lcevc_dec.js@1.1.3/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.1/dist/lcevc_dec.min.js"></script>
<script src="https://unpkg.com/lcevc_dec.js@1.1.3/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
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.1",
"lcevc_dec.js": "^1.1.3",
"less": "^4.2.0",
"less-plugin-clean-css": "github:austingardner/less-plugin-clean-css#4e9e77bf",
"material-design-lite": "^1.3.0",
Expand Down

0 comments on commit 7b717e5

Please sign in to comment.