-
Notifications
You must be signed in to change notification settings - Fork 6k
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
SIGSEGV and after AudioPolicyService server died! #1099
Comments
The native crash is happening in platform code. I think in the platform's HEVC video decoder, but I'm not certain about that. You should report the issue to the device manufacturer. The video plays correctly on my Nexus 5X. Does playback work correctly if you blacklist the HEVC decoder, which you can do by adding the following code block here:
This is likely dependent on whether the device ships with Google's HEVC software decoder in addition to the one being blacklisted. If this does fix the issue then we might consider a more targeted version of this fix (i.e. targeted at the specific device / api level in addition to the decoder name) as a workaround. |
Added the code snippet, Audio works okay now without crash but no Video, logs in the GIST Other HEVC videos that DO NOT work on the same device and player config Other HEVC videos that DO work on the same device and player config Thanks for looking at it! |
That implies the device does not ship with Google's HEVC decoder in addition to the blacklisted one. You'll need to report the issue to the device manufacturer. |
Will do, Just so I understand it a little better it has a hardware decoder for HEVC would it still need one in Software ? And also any reason why some HEVC video's work and some don't ? Thanks! |
A device only needs one decoder, however if there are two then blacklisting one can result in the other one being used (i.e. there's more redundancy there in case one of them is broken). I don't know why some work and others don't. It could be related to profiles/levels/resolutions, however regardless the failure shouldn't be in the form of a native crash. Please ask the device manufacturer. |
When trying to playback MPD
Found this http://seclists.org/fulldisclosure/2015/Mar/96 but not sure where I can plug it in
Any suggestions pointers ?
Full logcat output - https://gist.github.com/abhiguru/2adb9a86c7cc3daf8715
The text was updated successfully, but these errors were encountered: