[go: nahoru, domu]

Skip to content
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

Player crashes when capabilities do not match the MPD file. #59

Closed
sjames1958gm opened this issue Oct 1, 2014 · 1 comment
Closed
Labels

Comments

@sjames1958gm
Copy link

In DashVodRendererBuilder onManifest if none of the adaptation sets have video that matches the capability of the device, such as android emulator, the player crashes.

This is due to no check on empty ArrayList videoRepresentationsList before converting to array.
This occurs when the array is accessed at line 167 of DashVodRendererBuilder.java (dev branch)

String mimeType = videoRepresentations[0].format.mimeType;

@ojw28 ojw28 added the bug label Oct 1, 2014
@ojw28
Copy link
Contributor
ojw28 commented Dec 12, 2014

I haven't explicitly tested this, but I believe this is now fixed.

@ojw28 ojw28 closed this as completed Dec 12, 2014
@google google locked and limited conversation to collaborators Jun 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants