All Questions
Tagged with google-cast iphone
17 questions
6
votes
4
answers
4k
views
Google cast SDK not working in Apple M1 Pro chipset
I am trying to integrate Google cast SDK but not working in Apple M1 Pro chipset.
pod 'google-cast-sdk'
I am tried with every possibilities but not worked well and it's throwing as error like attached ...
3
votes
2
answers
345
views
Localization of the googleCast framework not working
I'm trying to find a way to localize the google cast sample app.
When I look at the documentation I see that we need to set some launch options when we create the sharedInstance. So in the sample app ...
1
vote
0
answers
279
views
Change navigationbar and cancel button for google cast views
I've implemented the google cast framework in my project and start theming the google cast views.
At the moment i've this piece of code:
let castStyle = GCKUIStyle.sharedInstance()
//...
0
votes
0
answers
538
views
Chromecast is not playing the media after connecting in iOS app
I have tried creating a demo app to cast the video from iOS app, However, the casting is occurring perfectly as I could move the volume button it's reflecting in the chrome cast, However, it doesn't ...
1
vote
1
answer
643
views
How to continue listening to events from google cast when app is in background?
I have set up a channel to receive messages from the receiver app:
import Foundation
import GoogleCast
class GcastChannel: GCKCastChannel {
var gcastDelegate: GcastDelegate?
override func ...
0
votes
1
answer
416
views
couldn't cast subtitle to chromecast devices in objective c
I Used Video streaming from google drive: E.x: Link Here
( The above url is playing well now, but when you see it maybe is Expired )
The subtitles I used as:
https://commondatastorage....
4
votes
2
answers
104
views
DeviceControllerApplicationConnectionFailed in google chromecast
I am integrating Google Chromecast in my videoplayer app. I have referred this link:
https://developers.google.com/cast/docs/ios_sender_integrate
It displays Chromecast device but when I am trying ...
0
votes
1
answer
60
views
Can i use Styled Media Receiver for display the Slide show image
My App fetches all the media from the Facebook and Instagram and display it on the HDMI TV.
My Problem is Styled Media Receiver allows to display the slide show image one by one.Thanks for any help
3
votes
2
answers
1k
views
Queue mutiliples image on Chromecast with GCKMediaQueueItem
I would like to send multiples images to the Chromecast and use them as a screensaver.
I am able to send them one by one with [self.mediaControlChannel loadMedia:mediaInformation]; but when I wanted ...
1
vote
3
answers
4k
views
iOS app getting a "device authentication error" when scanning for Chromecast devices
I'm working on an iOS sender app for Chromecast. I have two Chromecast devices set up and was able to detect and connect to both of them until I switched to a different test iPhone, and now when I try ...
0
votes
1
answer
251
views
Mute the audio at a particular interval of time while casting the video in ios using chromecast
I am working on chrome cast based application using google cast api. Initially, I am joining to the chromecast session from youtube and playing the video. Later I joined to this session from my ...
5
votes
3
answers
4k
views
Does google chromecast iOS SDK support lock screen controls?
I've tried to implement lock screen controls for google Chromecast video streaming app with the latest GoogleCast framework for iOS (2.1.0).
I've corrected the example Chromecast app - https://github....
1
vote
2
answers
240
views
Google Cast SDK for iOS crash with DCIntrospect
On my app, when I add the googleCast SDK, the app crash at launching, on this method [[DCIntrospect sharedIntrospector] start];. But when I don't have GoogleCast SDK, everything is working fine.
Here ...
6
votes
1
answer
774
views
GCKChannel disconnected while iOS sender enter background
I notice GCKChannel will be disconnected after my app enter background (or screen locked),
and will be connected again after my app back to foreground.
following is the call stack for channel ...
3
votes
1
answer
679
views
Chromecast button not hiding
I am using google casting through my app. It is working good but I am not able to hide the casting button when the cast device goes offline. It hides automatically but after a long time. How can I ...