Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-cast]

Questions related to the Google Cast screen-sharing technology. Includes questions about creating a Receiver (a HTML5/JS/CSS3) app that runs on the Chromecast device, and about creating a Sender on their Chrome browser and / or iOS and Android devices.

google-cast
0 votes
0 answers
67 views

Google Cast - setMediaInformation not working in addCustomMessageListener

I use the plugin Cast to broadcast Internet radio from a mobile app(Flutter - Android/iOS) to Chromecast. I used a custom receiver(on a Google cast device). in general, everything works, but I can't ...
FetFrumos's user avatar
  • 5,654
0 votes
0 answers
39 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
44 views

How to send messages to Chrome Cast

When using react native google cast I'm trying to send a custom message for casting my web page by setting my custom reciver ID in the app.json. But when i connect to the chrome cast it establishes a ...
Noah Schwagele's user avatar
0 votes
0 answers
76 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
0 answers
57 views

Chromecast times out during custom sender/receiver playback

I'm developing a custom chromecast app, and one of the chromecast devices I'm testing with will timeout (or go to the screensaver for a different reason) exactly 5 minutes after casting no matter what ...
Aaron Gayle's user avatar
0 votes
0 answers
55 views

How to add adbreaks to a live stream in cast receiver?

I cannot find any example of how to add a vmap to a live stream at the receiver adBreaks docs (https://developers.google.com/cast/docs/web_receiver/ad_breaks?hl=en). I would like to play an ad before ...
Verònica Jandrew's user avatar
0 votes
0 answers
31 views

Playing next video while casting results in an error

I'm developing an Android TV app and I'm trying to implement casting straight to my native app. I'm using this as a reference: https://github.com/android/tv-samples/tree/main/ReferenceAppKotlin I ...
GieJay's user avatar
  • 152
0 votes
0 answers
117 views

Chromecast Web Receiver - Change button location for Chromecast Google TV

I've succesfully implemented a web receiver and now started customizing ControlSlots with some ControlButtons like so: const controls = cast.framework.ui.Controls.getInstance(); controls....
YTZ's user avatar
  • 950
0 votes
1 answer
68 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
356 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
0 answers
58 views

Clear user details/credentials

Is it possible to the clear the user data for a particular app such as Netflix using the API or some other method other than manually doing it on the remote. the Use case would be after a period of ...
James's user avatar
  • 1
0 votes
0 answers
59 views

Proxy or transform a Google Cast to a DLNA (DMS) to view on Oculus Go or other devices?

I'm trying to cast a Google Chrome Tab on my Oculus Go device. However, every Oculus app I can find only supports DLNA (or some also do SMB). So I'm wondering if is there any proxy or transformer that ...
Andreas Burmester's user avatar
0 votes
0 answers
179 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_dev's user avatar
  • 157
0 votes
0 answers
51 views

How to send media status to sender of google cast?

Setting up google cast. I use my own player in the receiver. Interaction between the sender and the receiver occurs using custom messages. Everything works, but there is a problem with the state. It ...
Алексей Обронов's user avatar
2 votes
0 answers
161 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

15 30 50 per page
1
2 3 4 5
94