All Questions
Tagged with google-cast google-chrome
69 questions
0
votes
1
answer
252
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 ...
0
votes
1
answer
474
views
Integrating bitmovin player in chrome cast custom receiver web app
I am trying to integrate bitmovin player with custom reciver web app but i could not control the player once casted.
How to remotely control the player using the sender?
1
vote
1
answer
225
views
How to set playback rate from chrome browser?
This one if probably for chromecast API devs.
Android and iOS have a setPlaybackRate method, but the Chrome Sender API doesn't appear to have an equivalent feature.
Is there a javascript method to ...
3
votes
0
answers
580
views
How to reconnect / join an existing Google Cast session from Chrome
I'm trying to (re)connect to an existing Cast session from Chrome. I use the (higher level?) Cast Framework and try to follow the CastVideos-chrome example as closely as possible.
Options (which, as ...
5
votes
2
answers
1k
views
Debugging Chromecast app displays error message
I have a custom Chromecast receiver that isn't working and I'm trying to figure out why. When I cast to it from Chrome on my desktop my app starts up on the Chromecast but the Chromecast dialog just ...
0
votes
1
answer
334
views
Can I start a Google Cast session from Chrome on iOS or Android?
About 5-6 years ago, I asked this same question and I'm trying to figure out if anything has changed since that time. I have a Google Cast Custom Receiver that I need to start up via a website. I ...
2
votes
0
answers
1k
views
What makes a chromecast make a request with 'Sec-Fetch-Mode: same-origin'?
Basically I have a video on rackspace that I think has the right cors headers, same headers I've always used and used to work fine.
The Chromecast will first make a request like this:
curl 'video....
6
votes
1
answer
1k
views
Retrieve media info from the current track being played on a specific Chromecast
I'm working on a webpage controling what is being played on a specific Chromecast (there are several on the network) but I'm having trouble with the Google Cast SDK.
I don't want a sender app, nor ...
2
votes
1
answer
787
views
Chromecast - How to reconnect to the session after page refresh?
After reloading the page, method
cast.framework.CastContext.getInstance()
returns status 'NOT_CONNECTED' and 'NO_SESSION'
My code example:
const castContext = window.cast.framework.CastContext....
0
votes
1
answer
134
views
Google Cast Chrome sender app isn't registering on iOS
Google Chrome browser on iOS isn't registering my Chromecast sender application. This is a recent problem (last few weeks) as it was working as expected before.
Currently works as expected on ...
0
votes
1
answer
198
views
Chrome 72: Google Cast Api unavailable in update on android
The cast api seems to be unavailable since I updated to Chrome 72 on android. I tested on several devices, everything worked fine prior to the update.
The cast api is inaccessible on my web app but ...
5
votes
1
answer
516
views
Angular 6 - Chrome in IOS - Router problem
I'm working on an Angular 6 web site and I face a weird problem only on Chrome in IOS (iPad, iPhone).
Each page renders correctly when going directly to each link. But when I click on any of the ...
1
vote
1
answer
873
views
Google Cast iOS Cannot load media
I've been having trouble making Google Cast SDK work properly for a week now. I have successfully established a connection with Chromecast receiver, at least the logs say so in so does my ...
1
vote
1
answer
379
views
Changing app id on Chromecast sender
I have a Chromecast sender application that can be used to launch multiple app ids for testing purposes.
In the Chromecast docs, it says that the setOptions function should only be called once. And ...
1
vote
2
answers
913
views
Keep Chromecast CAF receiver alive after sender disconnect
I have a custom cast receiver that shows some text on the screen. I want the receiver to stay active even after the sender disconnects (eg. the cast is initiated by a Chrome browser and then the user ...