Hi,
I am testing an android app that’s created out of this:
I can successfully cast on ChromeCast, but the cast icon doesn’t come for FireTV.
Is there a specific code that I am missing to implement here?
Any help will be appreciated.
Thanks,
Vivek.
Hi,
I am testing an android app that’s created out of this:
I can successfully cast on ChromeCast, but the cast icon doesn’t come for FireTV.
Is there a specific code that I am missing to implement here?
Any help will be appreciated.
Thanks,
Vivek.
Hi Vivek,
Thanks for checking out BasicCastingKotlin sample. As you found out it works out of the box for devices that support Google cast protocol for example Google Chromecast device.
But FireTV does support Google cast protocol so cannot be used for casting from Bitmovin player. The receiver device needs to implement Googlecast protocol in-order for casting to work. Hope this information is helpful.
Thanks and Regards,
Lucky Goyal
Ok Thanks Lucky, Is there any way to implement Casting onto FireTV? Similar to what Youtube and Netflix supports?
We’re also hoping to Cast it to SmartTV’s (Chrome Cast and Non-Chrome Cast based) .
The default Chromecasting feature uses Web based cast receiver which works on devices which support Google cast natively and for which Bitmovin provides a sample reference CAF receiver.
An alternative mechanism for supporting casting on AndroidTV based devices is to build Android TV receiver application as documented by Google.
You may use Google tutorials and samples to build Android TV receiver application and test with Bitmovin cast sender.
Thanks Lucky for your feedback! Do you mean that implementing Android TV receive application will also support casting content to FireTV?
We’re looking to cast to Smart Tv’s (LG, Samsung, Sony), Airplay, Roku TV, ChromeCast (which works) and FireTV. Is it technically feasbile? What would be the best approach.
Thank you in advance.
Android TV receiver application is required to support casting feature on AndroidTV based devices. We do not have an example of this working on FireTV so I will be skeptical to confirm that but this seems to be the only way to support it on Android based receivers and FireTV is also based on Android.
Regarding other TV platforms
I understand your question is specific to cast feature, but to avoid any confusion let me clarify that you can build player applications on all above platforms using Bitmovin player SDKs. But casting via Google cast or Airplay is not supported by all platforms.
It would be interesting to know if you are aware of possibility to using Google casting or Airplay on sender and receiver device platforms which do not support these natively. Hope this answer helps.
Thanks and Regards,
Lucky Goyal