You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we are using this because our content is DRM protected,
Recently we are having issues with the casting option.
-> Click Cast Icon in the app, Chose the device
On screen the connecting status then a brief glimps of the poster item, then it disconnects with
Attempt to fetch bitmap from https://mylink/1705470730921.jpg was canceled.
java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1065)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1358)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
at m.acj.k(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):292)
at m.acj.j(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):20)
at m.acj.i(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):13)
at m.acj.b(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):47)
at m.acl.C(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):107)
at m.sr.onTransact(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):21)
at android.os.Binder.transact(Binder.java:1052)
at com.google.android.gms.internal.cast.zza.zzb(com.google.android.gms:play-services-cast@@21.4.0:2)
at com.google.android.gms.cast.framework.media.internal.zzg.zze(com.google.android.gms:play-services-cast-framework@@21.4.0:3)
at com.google.android.gms.cast.framework.media.internal.zzf.doInBackground(com.google.android.gms:play-services-cast-framework@@21.4.0:3)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
In the app it self we are using the latest Media 3 1.4.0 bom and com.google.android.gms:play-services-cast-framework 21.5.0
is there any patches or fixes we can use?
The text was updated successfully, but these errors were encountered:
Hello, we are using this because our content is DRM protected,
Recently we are having issues with the casting option.
-> Click Cast Icon in the app, Chose the device
On screen the connecting status then a brief glimps of the poster item, then it disconnects with
java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1065)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1358)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
at m.acj.k(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):292)
at m.acj.j(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):20)
at m.acj.i(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):13)
at m.acj.b(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):47)
at m.acl.C(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):107)
at m.sr.onTransact(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):21)
at android.os.Binder.transact(Binder.java:1052)
at com.google.android.gms.internal.cast.zza.zzb(com.google.android.gms:play-services-cast@@21.4.0:2)
at com.google.android.gms.cast.framework.media.internal.zzg.zze(com.google.android.gms:play-services-cast-framework@@21.4.0:3)
at com.google.android.gms.cast.framework.media.internal.zzf.doInBackground(com.google.android.gms:play-services-cast-framework@@21.4.0:3)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
In the app it self we are using the latest Media 3 1.4.0 bom and com.google.android.gms:play-services-cast-framework 21.5.0
is there any patches or fixes we can use?
The text was updated successfully, but these errors were encountered: