You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do not delete the template, by filling out the required information we can investigate your issue more quickly.
Before opening an issue see if your problem can be resolved with the troubleshooting guide.
Description
When manually selecting the quality level, videojs 7.11.0 did not throw error. But videojs 7.11.1 throw:
video.js:34267 Uncaught TypeError: Cannot read property 'timescale' of undefined
at addSegmentsToPlaylist (video.js:34267)
at updateMaster$1 (video.js:40777)
at DashPlaylistLoader.handleMaster_ (video.js:41330)
at DashPlaylistLoader.refreshMedia_ (video.js:41428)
at DashPlaylistLoader.haveMetadata (video.js:41129)
at video.js:41115
at video.js:40976
After setting up a video as above, just manually select a quality.
Results
The timescale error shows in js console, the first time selecting a quality
Expected
7.11.0 and below don't throw error.
Error output
video.js:34267 Uncaught TypeError: Cannot read property 'timescale' of undefined
at addSegmentsToPlaylist (video.js:34267)
at updateMaster$1 (video.js:40777)
at DashPlaylistLoader.handleMaster_ (video.js:41330)
at DashPlaylistLoader.refreshMedia_ (video.js:41428)
at DashPlaylistLoader.haveMetadata (video.js:41129)
at video.js:41115
at video.js:40976
Additional Information
vjs 7.11.0 and below do not have this issue. it seems 7.11.1 updated http-streaming to 2.4
videojs-http-streaming version
videojs-http-streaming 2.4.1
videojs version
what version of videojs does this occur with?
video.js7.11.1+
Browsers
chrome/Edge
Platforms
Windows
Other Plugins
are any other videojs plugins being used on the page? If so, please list them with version below.
eme
quality-levels
http-source-selector
Other JavaScript
none
The text was updated successfully, but these errors were encountered:
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Please do not delete the template, by filling out the required information we can investigate your issue more quickly.
Before opening an issue see if your problem can be resolved with the troubleshooting guide.
Description
When manually selecting the quality level, videojs 7.11.0 did not throw error. But videojs 7.11.1 throw:
video.js:34267 Uncaught TypeError: Cannot read property 'timescale' of undefined
at addSegmentsToPlaylist (video.js:34267)
at updateMaster$1 (video.js:40777)
at DashPlaylistLoader.handleMaster_ (video.js:41330)
at DashPlaylistLoader.refreshMedia_ (video.js:41428)
at DashPlaylistLoader.haveMetadata (video.js:41129)
at video.js:41115
at video.js:40976
Sources
here is the mpd, generated from shaka packager
ACTUAL WORKING DEMO CODEPEN AVAILABLE UPON REQUEST (not posted here due to eme)
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
After setting up a video as above, just manually select a quality.
Results
The timescale error shows in js console, the first time selecting a quality
Expected
7.11.0 and below don't throw error.
Error output
video.js:34267 Uncaught TypeError: Cannot read property 'timescale' of undefined
at addSegmentsToPlaylist (video.js:34267)
at updateMaster$1 (video.js:40777)
at DashPlaylistLoader.handleMaster_ (video.js:41330)
at DashPlaylistLoader.refreshMedia_ (video.js:41428)
at DashPlaylistLoader.haveMetadata (video.js:41129)
at video.js:41115
at video.js:40976
Additional Information
vjs 7.11.0 and below do not have this issue. it seems 7.11.1 updated http-streaming to 2.4
videojs-http-streaming version
videojs-http-streaming 2.4.1
videojs version
what version of videojs does this occur with?
video.js7.11.1+
Browsers
chrome/Edge
Platforms
Windows
Other Plugins
are any other videojs plugins being used on the page? If so, please list them with version below.
eme
quality-levels
http-source-selector
Other JavaScript
none
The text was updated successfully, but these errors were encountered: