flowplayer / flowplayer-mpegdash

MIT License
8 stars 13 forks source link

dash.js VOD: does not fire ended reliably when video is played through #4

Closed phloxic closed 9 years ago

phloxic commented 9 years ago

dash.js regesses in development branch regarding end of video handling. Hard to detect for developers because the problem does not manifest itself after one seeks towards the end of video. Video must be played through to trigger the issue. First detected when diagnosing #1, see also https://github.com/Dash-Industry-Forum/dash.js/issues/694#issuecomment-135124483 Symptom: At some point during playback the requested index for the audio track becomes -1:

[audio] Getting the request for time: 67.899999 
flowplayer.mpegdash.min.js:29 [audio] Index for time 67.899999 is -1 

repeated over and over again. And shortly before end of video player is stuck in unusable state.

Maybe specific to segment timeline in MPD.

phloxic commented 9 years ago

Works if MP4Box advice in README is heeded.