-
Notifications
You must be signed in to change notification settings - Fork 477
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
Wont play video on some phones - error (1, -19) #287
Comments
02-02 15:18:20.125 6138-6138/com.chunkgroup.cbbcnow D/SurfaceView: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1440,2560] result=0x7 surface={Surface(name=null)/@0xf87ab08 isValid=true -967772160}
02-02 15:18:20.427 6138-6138/com.chunkgroup.cbbcnow D/ViewRootImpl@e706fb4[Toast]: ThreadedRenderer.create() translucent=true |
Did this happen on the builtin demo? |
My tester confirms it does not happen on the demo, I based my code on it, but I must have done something wrong, will check my code again. I think I forgot .release in onpause. |
Fixed I forgot .release. Thanks. |
Actually this still happens with all the correct calls in, no idea why cannot find the issue. Often -19 error on s6 and z5. So far it ONLY happens if I download a video then play it, rather than supply the URL. |
Some phones wont play video some stop workign aftr it has looped a few times, mostly sony z5 and zamsung s6. Get MEDIA-STATE_ERROR and sometimes media error -19.
The text was updated successfully, but these errors were encountered: