Skip to main content
0 votes
0 answers
76 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
99 views

Capture Media Errors - React Native Google Cast

I've successfully integrated React Native Google Cast into my React Native project, and I'm able to cast some videos without any issues. However, there are some videos that I'm unable to cast, and I'm ...
Shishupal Shakya's user avatar
1 vote
0 answers
81 views

React native >= 0.60 autolinking react-native-google-cast

I'm trying to install react-native-google-cast. I performed the steps described. In the documentation it says: No additional setup needed thanks to autolinking. Once I ran the react-native link ...
Paul's user avatar
  • 4,420
1 vote
0 answers
295 views

How to cast local files with React Native

I am working on an app that cast local files to chromecast devices using react-native-google-cast but as the google cast library only supports http so how can I host my local files on a local server ...
abdemirza's user avatar
  • 659
0 votes
0 answers
152 views

how to fill queueData items in react native google cast

I apologize in advance if my question is a bit silly, but I'm completely blocked.. I'm just looking to load multiple video into react native google cast via .loadMedia function. I have try something ...
brdn's user avatar
  • 1
2 votes
0 answers
263 views

useEffect clean up not working on iOS app kill in React Native

I am trying to call a stop casting function in useEffect clean up function but it is not being called when the app is killed. How can I call a function that will work when app is killed? P.S. this ...
Elina H.'s user avatar
0 votes
1 answer
1k views

Unable to connect my Chromecast with my custom receiver

I'm following this guide: https://codelabs.developers.google.com/codelabs/cast-receiver#4 to create a custom receiver. Unfortunately when I try to use the cactool for testing: https://casttool.appspot....
Gabriel Muñumel's user avatar