Questions related to Google Cast SDK usage and issues.
Questions tagged [google-cast-sdk]
227 questions
0
votes
1 answer
Confirm behavior when disconnect cast on android 11
Currently, we implement chromecast on Android TV receiver. We have an issue bellow need you confirm: When use android 11 device cast to android TV receiver after that we disconnect cast on android 11 device then android TV receiver force to home (it…

Nam Tran
- 1
0
votes
2 answers
How to DRM Content in chromecast
we are trying to play drm MPD content from Chrome to Chromecast
Our receiver app code is as follow:
const context = cast.framework.CastReceiverContext.getInstance();
const playbackConfig = new…

Paul Cheriyan
- 638
- 9
- 19
0
votes
1 answer
Displaying data on the Nest Hub: Using Cast SDK or Assistant SDK?
I would like to display some information from a Firebase database on the screen of my Nest Hub.
Let's say I want to scroll through 10 items and display their details every 5s.
If I am not wrong, I am tied to only 2 possibilities
Assistant…

Waza_Be
- 39,407
- 49
- 186
- 260
0
votes
1 answer
Make requests on chromecast receiver shutdown event
I'm developing a chromecast custom receiver, and I need to send a request to the server once the sender disconnects from receiver. When I use ios or android senders, I can see that the 'sender disconnect' event is triggered, but when I use the…

Goncalo_snot
- 1
- 1
0
votes
1 answer
Set supported media commands for Google Cast Styled Media Receiver
When using the Styled Media Receiver with a queue, is it possible to add QUEUE_NEXT and QUEUE_PREV to the supported media commands? If so, how?

Brad
- 159,648
- 54
- 349
- 530
0
votes
1 answer
How to show a Chromecast introduction screen?
I am developing an audio app for Android with Java as the language.
The guide from Google says
A Show a Cast introduction screen the first time Web Receivers are available
B Visually highlight the cast button (e.g. circle the button)
C Explain…

Eyvind Almqvist
- 150
- 11
0
votes
2 answers
Styled Media Receiver not loading custom CSS file
Similar to this question, my custom CSS styling for my Styled Media Receiver (SMR) doesn't get loaded on my Chromecast 2 device. Yet, the CSS is loaded and displayed correctly in the preview in the Cast SDK console.
I have saved the app in the…

grolschie
- 2,163
- 2
- 12
- 29
0
votes
1 answer
How to change color in the subtitle dialog of Chromecast android sender SDK?
I would like to change the color of options provided in subtitle selection dialog of cast sender SDK.
I have tried bunch of different things like,
- @color/white100
-

Nishant
- 101
- 10
0
votes
1 answer
Cast To options Do not display audio only devices
I am attempting to add Google Cast functionality to my audio apps. I have created a simple test app to figure it out. I have the cast button working, but currently, it is only displaying my TV's Chromecast and not the Nest Mini I also have on the…

Joel Page
- 642
- 3
- 17
0
votes
1 answer
Is that possible to cast screen/app instead of media?
is that possible to cast screen/app with google cast/chromecast. I found option to cast media but i can't found how to cast whole app screen with google cast. is there any way to cast screen instead of media.
I need help in react-native or android…

Rahul Bhogayata
- 71
- 2
- 3
0
votes
1 answer
How to play sound when my Cast app is in background?
The most popular Chromecast apps like Youtube and Soundcloud can continue to play music when their app is in background. How can I implement this in my Android apps? I have searched, but not found any information about this. It is so annoying for…

Eyvind Almqvist
- 55
- 1
- 7
0
votes
1 answer
Error in Xcode when trying to connect to Chromecast (Google Cast SDK)
Hi I'm trying to connect to a Chromecast using the Google Cast SDK on a Mac running macOS 10.15.4 and Xcode version 11.4.1 (11E503a) and getting the error:
nw_resolver_start_query_timer_block_invoke [C1] Query fired: did not receive both families in…

nord
- 77
- 1
- 2
- 11
0
votes
1 answer
How do I apply custom styling to custom google CAF receiver
documentation aint too clear on how to style custom CAF receiver(if at all possible). even when adding styling to head, styling is not applied. in chrome inspector, it is clear the styling is never applied.
const context =…

Fortune mccanker
- 41
- 4
0
votes
0 answers
Cordova plugin with Cast Chrome Sender Framework API
I'm trying to create an hybrid app using Ionic 5 that will cast some media. From docs
The Chrome Sender API consists of two parts: the Framework API (cast.framework) and the Base API (chrome.cast)
I'm trying to find cordova plugin that provides me…

Baumi
- 1,745
- 1
- 17
- 31
0
votes
2 answers
duplicate symbol in GoogleCastSDK-ios-4.4.7_static
Recently I bump the google-cast-sdk to the latest, while got this kind of build error as below
…

whitekevin
- 311
- 3
- 15