googlecast / CastVideos-android

Reference Android Sender w/ Framework API: CastVideos-android application shows how to cast videos from an Android device that is fully compliant with the Cast Design Checklist.
Apache License 2.0
345 stars 183 forks source link

Unable to play HLS stream on Chromecast #84

Open bishiboosh opened 4 years ago

bishiboosh commented 4 years ago

I'm unable to cast the following HLS stream https://lelive.akamaized.net/hls/live/2006512/MBR/playlist.m3u8 on Chromecast v2 or below. It works in Exoplayer perfectly, also works on Chromecast v3, Ultra, or on the Nvidia Shield in cast mode.

The error I get is the following one :

2019-12-13 09:19:11.500 25475-25475/com.google.android.exoplayer2.castdemo W/MediaControlChannel: received unexpected error: Invalid Request.
2019-12-13 09:19:11.505 25475-25475/com.google.android.exoplayer2.castdemo W/MediaQueue: Error fetching queue item ids, statusCode=2100, statusMessage=null

I've reproduced this issue with the demo app.

vaikunj-gandhi commented 4 years ago

same issue with my app also live streaming video does't play in chromecast

Ivozn commented 3 years ago

Do we have any update on this issue?

AllwinJohnson commented 3 years ago

Any update on this?

2021-06-14 15:36:37.050 6301-6301/com.xxx.xxxW/MediaControlChannel: received unexpected error: Invalid Request. 2021-06-14 15:36:37.054 6301-6301/com.xxx.xxxW/MediaQueue: Error fetching queue item ids, statusCode=2100, statusMessage=null

fmatosqg commented 3 years ago

I'm also interested in more info.

pacoDevelop commented 2 years ago

Estoy recibiendo estos errores, al actualizar a exoplayer 2.15.1 antes funcionaba los mismos enlaces en exoplayer 2.12

V/MediaRouter: Adding route: UserRouteInfo{ name=u, description=ExoPlayer Default Receiver, status=null, category=RouteCategory{ name=Dispositivos types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }

I/MediaNotificationService: actionsProvider == null

W/MediaControlChannel: received unexpected error: Invalid Request. W/MediaQueue: Error fetching queue item ids, statusCode=2100, statusMessage=null

atiqulalam commented 12 months ago

any update on this ? is there anyone who has solution for this, please help me. Thanks