Questions related to Google Cast SDK usage and issues.
Questions tagged [google-cast-sdk]
227 questions
0
votes
1 answer
DRM video doesn`t in google cast web receiver (CAF)
I am experiencing a problem when working with CAST web receiver. DRM Video does not start on the TV (Android TV). Preloader works endlessly. How to solve this problem?
The title and description in the player is shown.
The logs show…

Алексей Обронов
- 1
- 1
0
votes
1 answer
Google Cast SDK RemoteMediaClient setStreamVolume not changing volume of cast on iOS
I am having the exact same issue as described in this issue, though it seems that on iOS there is no setVolume function in RemoteMediaClient.
For reference, here is what my setStreamVolume call looks like:
if let request =…

Sole Survivor
- 83
- 6
0
votes
1 answer
google-cast for iOS SDK crashes on launch can't find class CADPCastErrorInfo
I installed the sdk with PODs, app compile fine. But on launch it then crashes saying it's missing the class CADPCastErrorInfo
*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver…

Niklas
- 1,322
- 14
- 11
0
votes
0 answers
Google cast sender app not opening TV receiver app
I'm trying to implement video casting for my flutter app using the package cast
Ive registered my app on the cast console and able to cast my videos from the sender android mobile app made with flutter using the following code to the Android…

Lallawmzuala khawlhring
- 113
- 1
- 10
0
votes
1 answer
Is there a way to integrate the Google Cast SDK for Javascript into a React Web app?
I am looking to use Google's cast SDK (for sending) in the Web app that I am working on; In google's documentation and codelabs…
0
votes
0 answers
How to prevent Google Cast app to be suspended while playing audio?
I am developing an iOS app in Swift that plays audio files on TV over Google Cast.
App uses two-way communication over TextChannel to exchange information with the receiver app.
The app is working as expected until I put the app into the background.…

Marko Ilic
- 11
- 1
0
votes
2 answers
Setting playbackRate from a chromecast websender
Android and iOS have a setPlaybackRate method, but the Web Sender API doesn't have this.
How can I accomplish this using sendMessage? Is it something like this? But what is the type of message?
playerTarget.setHalfSpeed = function (){
var media…

Jay
- 36
- 5
0
votes
1 answer
how to put correctly Dynamic Framework to Xcode12.5
I'm using Xcode12.5 tool.
I just tried to add Dynamic Framework to Xcode but I could see Embed Status that is "Do Not Embed" from Frameworks, Libraries, and Embedded Content.
I have known when I add Dynamic Framework, Embed Status is "Embed &…
0
votes
1 answer
Determining which generation of Chromecast the is being used
I am trying to find if there is an official way to determine the device which is being cast to using the Cast SDK. According to the documentation it appears that "No" is the correct answer.
There is an unofficial way to determine this in How to…

Sasha
- 2,227
- 3
- 23
- 31
0
votes
1 answer
how to add dynamic framework in xcode
I tried to add dynamic framework "GoogleCast.framework" to Xcode project
and then I archived but it's not working..
I tried below
add in my project to Frameworks Folder
checked "Embed & Sign"
and then archive
Actually, I don't know how to add…
0
votes
1 answer
What does CastStatusCode 2004 (APPLICATION_NOT_FOUND) mean?
I encountered this error code in my application and was wondering why this might occur (when casting via Chromecast from an app). The definition doesn't help explain much. What would be a use case where this might happen?

SwagDaddySteve
- 3
- 2
0
votes
1 answer
Disabling Cast SDK data analytics
I am currently using Google Cast SDK in my iOS and Android app. I see on iOS that Google Cast SDK collects the following https://developers.google.com/cast/docs/ios_sender/app_privacy but I do not see nutrition facts for Android. What data does…

Jasmine Chan
- 1
- 1
0
votes
1 answer
How can I leave my android tv app running after disconnecting a sender cast device?
Sidenote: This question is similar in nature to e.g. Leave receiver running after sender stop , though I cannot find any mention of stop or stopApplication in my code. Also, though similar questions exist, they usually provide dead links and…

Felix ZY
- 674
- 6
- 14
0
votes
1 answer
cast sdk web receiver and shaka v3.0.10
in the latest release notes for cast sdk it states they shaka player used has been upgraded to v.3.0.10 on march 31st 2021
https://developers.google.com/cast/docs/release-notes
however the js file…

user2220166
- 11
- 1
0
votes
1 answer
What is CastStatusCode 2252?
The onEnded event when ending a cast session on an Android device has given me a status code of 2252. I don't see this code documented anywhere here. Does anyone know the root cause of this code?

SwagDaddySteve
- 3
- 2