-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using $time$ and @duration in MPD file, the first $time$ value requested by Dash.js is negative. #4535
Comments
Please upload your content on a server so we can check. Please also check if it is playing in Shaka Player as a second reference: https://shaka-player-demo.appspot.com/demo/ |
Do you see the same problem in dash.js 4.7.4: https://reference.dashif.org/dash.js/latest/samples/dash-if-reference-player/index.html Please paste the content of your MPD here then, it should be enough to reproduce the problem |
Yes. Same problem occurs with 4.7.4 and previous versions. I'm attaching the mpd file. Remove '.txt' from the file name and use it.
|
@naeoc4509 Can you please check if #4537 fixes your issue. The change should be available in nightly soon: https://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html |
Environment
Hi, I'm Jaden
According to the contents of '@duration' in '5.3.9.5.2 Initialization Segment information' of ISO IEC 23009-1 : 2022 document,
I configured as below.
And when I created the video files like below,
But, 'Dash.js' player has a problem that it requests a negative value of '-120120' instead of '0' for$time$ as the first file.
It seems that it needs to be modified to match the standard document.
Thank you.
The text was updated successfully, but these errors were encountered: