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
As of mux.js 5.1.2 a particular crash is fixed when the first keyframe of a TS segment does not contain PTS/DTS information in the PES: videojs/mux.js#250 However, videojs/http-streaming pins the mux.js dependency to 5.1.1 currently. In order to benefit from the bug fix the version should be bumped to at least 5.1.2.
Once a new version of @videojs/http-streaming is available that fixes this, the video.js project should be updated likewise to bump its pinned dependency on @videojs/http-streaming from 1.10.1 to at least the fixed version.
videojs version
@videojs/http-streaming: versions up to current (1.10.1) video.js: versions up to current (7.5.4)
Browsers
All: this is a bug caused by missing error checking in mux.js prior to 5.1.1.
Platforms
All: this is a bug caused by missing error checking in mux.js prior to 5.1.1.
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.
cmacq2
added a commit
to cmacq2/http-streaming
that referenced
this issue
May 9, 2019
Thanks for the reminder, I closed the greenkeeper PR previously because I thought it only included the license related change. The update is merged in but we're not quite ready to make a VHS release yet, there are a couple of pending PRs that we want to get in (#469, #500, #502)
Description
As of
mux.js
5.1.2 a particular crash is fixed when the first keyframe of a TS segment does not contain PTS/DTS information in the PES: videojs/mux.js#250 However, videojs/http-streaming pins the mux.js dependency to 5.1.1 currently. In order to benefit from the bug fix the version should be bumped to at least 5.1.2.Once a new version of
@videojs/http-streaming
is available that fixes this, thevideo.js
project should be updated likewise to bump its pinned dependency on@videojs/http-streaming
from 1.10.1 to at least the fixed version.videojs version
@videojs/http-streaming
: versions up to current (1.10.1)video.js
: versions up to current (7.5.4)Browsers
All: this is a bug caused by missing error checking in mux.js prior to 5.1.1.
Platforms
All: this is a bug caused by missing error checking in mux.js prior to 5.1.1.
The text was updated successfully, but these errors were encountered: