Reputation: 235
In Android I am using Google Casting Library. Google Casting Library is not able to detect the Roku and Firetv Devices. I want the Google Cast Library to be able to detect roku and firetv devices. YouTube Casting detect all devices.
Upvotes: 0
Views: 1395
Reputation: 19084
Google Cast SDK can only detect genuine cast devices. In order to discover other types of devices, you need to write your own "Session" provider and discovery mechanism; various devices provide different mechanisms and protocols for discovery and there is no one global approach that all use.
Upvotes: 0