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
Unfortunately, I've no manifest URL to share, but play a MSS stream with EPOCH start time in the manifest, in a format like below and video will freeze
This happens because there is a problem with parsing MSS manifest when t is defined as EPOCH. For the first segment of the stream, time (t) is calculated as a negative value what makes player freeze.
Environment
Steps to reproduce
Unfortunately, I've no manifest URL to share, but play a MSS stream with EPOCH start time in the manifest, in a format like below and video will freeze
This happens because there is a problem with parsing MSS manifest when
t
is defined as EPOCH. For the first segment of the stream, time (t
) is calculated as a negative value what makes player freeze.The issue is in this line and is related to floating-point number precisions :
https://github.com/Dash-Industry-Forum/dash.js/blob/master/src/mss/parser/MssParser.js#L784
Observed behaviour
Browses freezes and the page is not responding to any user action.
The text was updated successfully, but these errors were encountered: