Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
0 votes
0 answers
51 views

How to programmatically hide volume UI overlay in chromecast sender app (Flutter/Android)

I'm developing a Flutter app that acts as a chromecast sender using the Google Cast SDK. While the connection with my chromecast is up, I'm able to use it as a remote controller for my chromecast (...
Ramiro Mora's user avatar
1 vote
0 answers
62 views

Google Cast SDK not sending media items to cast player when reconnected

I am using media3 exoplayer with google cast. I have implemented the casting. I am working with a composable project. Where I init the cast context in the on create of the composable. The casting ...
harish Padmanabh's user avatar
1 vote
0 answers
182 views

Google Cast Device Discovery Issue: My App Doesn't Detect Receiver Device

I am currently integrating Google Cast into my Android application. Despite following the documentation and ensuring my setup matches the requirements, my app cannot discover the receiver device. ...
Laxmi Kant's user avatar
0 votes
0 answers
88 views

How to detect and connect to Google Cast devices and handle Media Session API?

I am trying to implement a feature that allows me to discover and connect to Google Cast devices (such as Google Nest Hub or Chromecast) directly from a web page. I would also like to handle the Media ...
Michael Ranucci's user avatar
5 votes
0 answers
74 views

Android / Google Cast error codes - not defined

I'm adding the Google Cast SDK to my application. I am testing on nest home mini's, a pixel tab, and chromecasts. Occasionally, I get errors that are not defined in either com.google.android.gms....
brettywhite's user avatar
0 votes
0 answers
94 views

ChromeCast add tag <script> for dpad controls

I am using "ChromeCast HD". When loading the cast receiver I see an extra tag <script src="https://www.gstatic.com/cast/sdk/libs/caf_receiver/v3/...
Алексей Обронов's user avatar
1 vote
0 answers
146 views

how to build a google cast device running linux

most of the documentation is about how to build a sender, but I want to build a cast hardware device with receiver software. There is almost no document on that, and google has no links for interested ...
Shawn Shaw's user avatar
0 votes
0 answers
153 views

Casting Local Gallery video to GoogleCast SDK iOS

How we cast local gallery video to GoogleCast SDK iOS? let url = URL.init(string: "Local Gallery pickup URL file:///private/var/mobile/Containers/Data/PluginKitPlugin/CBC411B1-375B-44F1-8183-...
Harshad Patel's user avatar
0 votes
1 answer
166 views

Googlecast doesn't show Use Local Network dialogue

I'm using Googlecast for a few years now on my iOS radio-app. When migrating to Xcode 17.0 something broke within my implementation. When pressing the Googlecast button for the first time a Use Local ...
Patrick Koning's user avatar
0 votes
1 answer
606 views

Why do I get the console error `Invalid config, unrecognized key .streaming.jumpLargeGaps` when streaming content?

Whenever I stream content to my web receiver, I receive a console error stating Invalid config, unrecognised key .streaming.jumpLargeGaps. I am not setting this key in the PlaybackConfig.shakaConfig. ...
Chris Meekin's user avatar
0 votes
1 answer
335 views

Screen mirroring using ChromeCast SDK

I am building a screen mirroring app in android using media projection. Now, I want to mirror my mobile screen chromeCast enabled devices like Vizio SmartCast Tv, and other chromeCast device. Can I ...
VishV's user avatar
  • 427
2 votes
0 answers
226 views

Cast video to Samsung TV with Google Cast API

I need to cast video to Samsung TVs. My app inegrates the Google Cast API and is able to cast video to Chromcast devices. Is there any way to send video to Samsung's Smart View with this API? Is there ...
Honza Johny Pejsar's user avatar
1 vote
0 answers
133 views

Running Cast Receiver (H5 application) on Win10 Chrome cannot receive casting from Youtube on Android phone?

My problem: I am following Google Cast Sample Application Documentation to develop a Cast Receiver default receiver application (I have not registered App ID, so I didn’t use a personalized or custom ...
Fly Felix's user avatar
0 votes
1 answer
327 views

Flutter how to read the device capabilities?

Flutter application, I am using Bonsoir 2.0.0 to fetch the available devices. I use service type as _googlecast._tcp. I am able to detect devices but I would like to filter the devices based on device ...
Raghu Mudem's user avatar
  • 6,968
0 votes
1 answer
925 views

Widevine license format expected by Chromecast receiver

For video assets protected with Widevine DRM, my CDN's license server returns a base64-encoded license in this form: { "getWidevineLicenseResponse": { "license": "...
Ptumster's user avatar

15 30 50 per page
1
2 3 4 5
93