dash.js
Open Source Media Player
Seamless and reliable DASH streaming on any browser-based device
View onGitHub
5280
1708
44.6k
Sponsors
Trusted by the industry leaders
Latest updates from GitHub
Fix AdaptationSet switch for multiple different keysFixes #4731 Opened by dsilhavy—8 hours ago
No playback after switching the audio track with Dash.js 5Hello,
When we change the audio track during playback of 1080p content with PlayReady and Widevine DRM (multiple keys), playback stops.
This issue does not occur with Dash.js 4.
You can easily reproduce the issue using your test page:
https://reference.dashif.org/dash.js/v5.0.0/samples/dash-if-reference-player/index.html on all browsers.
Could you please have a look?Opened by testeur-990—10 hours ago
SSR error `window is not defined`##### Environment
<!-- Replace [] with [x] to check off the list -->
Next.js
* Dash.js version: 5.0.0
##### Steps to reproduce
1. Add `import * as DASH from 'dashjs'` in a Next.js project.
##### Observed behavior
Throws error.
##### Console output
```
⨯ ReferenceError: window is not defined
at (ssr)/./node_modules/dashjs/dist/modern/esm/dash.all.min.js (.next/server/vendor-chunks/dashjs.js:20:1)
at __webpack_require__ (.next/server/webpack-runtime.js:33:43)
```
##### Expected behavior
Not failing.
Opened by wintercounter—2 days ago