Chromecast support in PhoneGap / Cordova

前端 未结 3 1224
[愿得一人]
[愿得一人] 2020-12-16 04:59

This topic has been brought up in the past, but figured it\'s time to bring it to the forefront again. Are there any stable plugins out there to bring Chromecast support to

相关标签:
3条回答
  • 2020-12-16 05:10

    ConnectSDK finally updated their plugin for Cordova, and I can confirm very easy setup and use, and it supports other devices than Chromecast. I can confirm I have streaming support to Chromecast and Amazon Fire TV.

    I'm even using Ionic with Cordova, and it worked out of the box. This is my choice, BY FAR, for app to smart tv device. LG and Roku may be working as well, but I have not been able to test yet.

    Now I have an excuse to get an Xbox One... another device ConnectSDK claims to support... for "testing."

    http://connectsdk.com/docs/1-6-0/cordova/setup-instructions/

    0 讨论(0)
  • 2020-12-16 05:13

    There are a few plugins available, try them

    https://github.com/GetVideostream/cordova-chromecast // Android

    https://github.com/AVGP/cordova-chromecast // Android

    https://github.com/SesamTV/ChromecastCordova // Android

    https://github.com/rbackhouse/chromecast_cordova_plugin // Android

    https://github.com/noppolp/wondex-chromecast-cordova // iOS

    0 讨论(0)
  • 2020-12-16 05:13

    I have been using https://github.com/GetVideostream/cordova-chromecast for a couple of months now on an android project and it seems to work pretty well. The only thing I have found missing is the requestSessionById method.

    0 讨论(0)
提交回复
热议问题