-
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
Initial Track Selection for Tiled video #2045
Comments
@kathariyabiren you could try using viewpoints. For example:
|
Closing this one. @kathariyabiren, please, feel free to reopen it in case you need further help with this. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above manifest is for 3x3 tiled video and thus has 9 different adaptation set, one for each tile. When I give this manifes file to dash palyer, it plays the last tile. This imples, it simply ignores all the previous adaptation set and considers the last one.
I want to play only the selected tile in a given dash player. Setting the current track using ("setCurrentTrack(track)") is not working. How setting the initial track can be done before SREAM_INITIALIZED event even happens? Or if any other way to resove this issue?
I am currently generating 9 different MPDs with only one adaptation set for each tile. This is working but this is a roundabout method.
The text was updated successfully, but these errors were encountered: