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

Ad Load Error #3279

Closed
jkellysbgtv opened this issue Sep 20, 2017 · 4 comments
Closed

Ad Load Error #3279

jkellysbgtv opened this issue Sep 20, 2017 · 4 comments

Comments

@jkellysbgtv
Copy link

Issue description

Ad audio plays but video does not. Both should play. Seems similar to the issue fixed in #3180

Reproduction steps

Use emailed links with "ima sample ad tags" in demo app. Occurs on a galaxy S3 mini on Android 4.4.2, possibly other devices.

Link to test content

sent via email

Version of ExoPlayer being used

2.5.3

Device(s) and version(s) of Android being used

Occurs on a galaxy S3 mini on Android 4.4.2, possibly other devices.

A full bug report captured from the device

sent via email

@andrewlewis andrewlewis self-assigned this Sep 21, 2017
@andrewlewis
Copy link
Collaborator

The bug report doesn't contain a full stack trace for the load error. Please could you add some logging for this in, e.g., the EventLogger, reproduce the error and paste the full stack trace?

I wasn't able to reproduce the error on a Pixel device, but when I tried on a Samsung Galaxy S3 Mini I initially saw a load error due to the device clock being wrong, which breaks the SSL handshake.

After setting the device clock, the load error was fixed but playback was not smooth and there was a segmentation fault when playback of the ad completed. It looks like this device isn't fast enough to decode VP8 format video in software at 640 * 360. If you have control over the ad format, you could try sending H.264/AVC video which seems to play better on this device.

@jkellysbgtv
Copy link
Author

Ok, I emailed in the logcat output when the error is occurring.

@kinhdang
Copy link

Hello all !

I have the same issue, occurpation in Android Box, sometime after play ads, to play audio only and no video.

Thanks.

@andrewlewis
Copy link
Collaborator

The logcat contains E/ACodec: dequeueBuffer failed. and some logging about dropped frames.

To make progress on this, it would be useful to have a full bug report captured using adb bugreport, attached here or emailed, then we can investigate further. Thanks.

@tonihei tonihei closed this as completed Jan 2, 2018
@google google locked and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants