"Cannot read property 'startTime' of null" on seeking #910
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate issues: yes
What version of Shaka Player are you using: 2.1.4-debug
Can you reproduce the issue with our latest release version: unknown
Can you reproduce the issue with the latest code from
master
: unknownAre you using the demo app or your own custom app: shaka-player-demo.appspot.com
If custom app, can you reproduce the issue using our demo app: N/A
What browser and OS are you using: Chrome 58 on Windows 10
What are the manifest and license server URIs: https://media.axprod.net/TestVectors/v8-MultiContent/Clear/Manifest.mpd
What did you do?
x-popmusic
Issue is erratic. The above steps seem to reproduce it semi-reliably on my PC but they seem very arbitrary to me.
What did you expect to happen?
Normal playback without any funny business or errors.
What actually happened?
Exploration of the code indicates that the error appears to be due to
this.timescale_
being null in mp4_vtt_parser.js:184, which leads to an infinity being generated for start/end timestamps. The timescale inmdhd
is 1000, so it is not clear to me why a null value exists in this variable.The text was updated successfully, but these errors were encountered: