Android youtube sdk integration with Google chromecast
问题 Is it possible to cast a video from YouTube player SDK form android? Please let me know steps to do it. 回答1: Refer the below link for you tube integration Open Chromecast youtube video from android application https://github.com/jlmcdonald/yt-chromecast-demo 回答2: I endup creating an webapp with iframe for chromecast device And for android app, sending message like "load,play,pause" by alerting code in https://github.com/googlecast/CastHelloText-android 来源: https://stackoverflow.com/questions