All Questions
Tagged with mediarouter google-cast
3 questions
0
votes
1
answer
844
views
Google Cast crash on stop casting
My custom sender application is crashing whenever I'm clicking 'STOP CASTING' on the cast-options menu in the app. The error I'm getting is:
java.lang.NullPointerException: Attempt to write to field '...
1
vote
1
answer
246
views
Extend MediaRouteButton behaviour
I'm building an app that can cast to both Chromecast and AppleTV devices. Discovery of these devices is working: ChromeCasts are discovered using the MediaRouter and AppleTVs are discovered using SSDP....
1
vote
0
answers
791
views
Is it possible to use the MiniControllerFragment with a custom MediaRouteProvider?
Is it possible to have Google's cast MiniControllerFragment work with my custom MediaRouteProvider?
The reason I ask: The mini-controller button UI doesn't appear when I cast to my custom ...