-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Test Content] duration
dataType issue in Image AdaptationSet
#17
Comments
This manifest was not created as part of this repository. @wilaw This is the Akamai folder. Are you able to provide guidance here? |
@GouravSna - good catch. @rbouqueau - I will fix this. Can we agree that the change below would be correct?
|
@wilaw , Do you think that there could be a float value for Because in ExoPlayer, it is always being parsed as long value from And if |
+1 |
I am using sample content given here https://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html
for DASH thumbnails. https://dash.akamaized.net/akamai/bbb_30fps/bbb_with_4_tiles_thumbnails.mpd
I am using ExoPlayer in Android and after using this content, I am getting a exception on Image thumbnail parsing.
As per the compliance, duration should be in seconds (unsigned Int) but in the above media it is in float.
ExoPlayer question: google/ExoPlayer#9938
Doc says:
Issue: As per the compliance, duration should be in unsigned int not in float.
The text was updated successfully, but these errors were encountered: