1

I need to search videos via any keyword and display selected video on chromecast. I did the first part using Youtube API where I am getting video id of search content in JSON. I need custom receiver as I need to display some more stuff like image. I am able to send custom messages to a receiver . Now how to proceed further to cast selected video. I read about iframe API but still confused. Please guide me steps how to do this on both sender and receiver side.

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
Manpreet
  • 23
  • 10

1 Answers1

0

I do not think the iframe api will help in your attempt to cast programatically, since casting is taken care of in the Cast SDK and Media Player Library. Check out this post which very clearly blocks out the steps you need take.

Community
  • 1
  • 1
Andy
  • 2,374
  • 3
  • 17
  • 20