arabenseifer / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

Playback suddenly stops a few seconds after starting #509

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've had this happen using an appid with the default player and using this 
appid  CastMediaControlIntent.DEFAULT_MEDIA_RECEIVER_APPLICATION_ID

Basically playback start, the video streams for a few seconds and then the 
whole Chromecast app exists and goes back into the Chromecast backdrop.

I am not the only developer who has seen this issue the last couple of days.

Here is the stacktrace I got when it happened to me. A reboot seems to have 
fixed the issue. 

CastService$ConnectionCallbacks.onConnectionSuspended(CastService.java:971)
at com.google.android.gms.internal.jm.aE(Unknown Source)
at com.google.android.gms.common.api.c.al(Unknown Source)
at com.google.android.gms.common.api.c.a(Unknown Source)
at com.google.android.gms.common.api.c$2.onConnectionSuspended(Unknown Source)
at com.google.android.gms.internal.jm.aE(Unknown Source)
at com.google.android.gms.internal.jl$a.handleMessage(Unknown Source)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5221)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
02-20 14:08:17.194 7944-7944/com.mypackage E/GmsClient﹕ Calling connect() 
while still connected, missing disconnect() for 
com.google.android.gms.cast.service.BIND_CAST_DEVICE_CONTROLLER_SERVICE

Original issue reported on code.google.com by car...@instantbits.com on 20 Feb 2015 at 10:44

GoogleCodeExporter commented 9 years ago
Closing this ticket since rebooting the device has fixed the problem. If the 
issue comes up again and you can provide a list of steps to reproduce it, we 
can reopen the ticket and investigate things further.

Original comment by jonathan...@google.com on 23 Feb 2015 at 9:16