2

Is it possible to cast a video from youtube SDK for android ?. Currently am playing youTube videos using videoID (not url) in player.I am using latest YouTube SDK.

Arun Chand
  • 384
  • 4
  • 18

1 Answers1

2

Currently there are no APIs available to accomplish this. Some folks, with varying degrees of success, have used the embedded (iframe) player.

Ali Naddaf
  • 16,951
  • 2
  • 21
  • 28
  • Is there any documents available for integrating iframe with chromecast in android? – Arun Chand Apr 24 '15 at 16:01
  • 2
    None that I am aware of, but basically a receiver in the cast world is simply an html + JavaScript + CSS, so you can add your things to it as you would do in a normal web application. Then you need to use the Cast SDK to send the info required by your iframe to play the content you want; note that there are limitations to this approach; for example user cannot skip ads, etc. – Ali Naddaf Apr 24 '15 at 16:48