0
votes

I am developing an Android application which can play youtube videos. The youtube videos are played inside application using Youtube Player API https://developers.google.com/youtube/android/player/

Please let me know if there is any option to Chromecast Videos directly without using Google Cast SDK?

Thanks

1
If you can determine a URL that will be an MP4 representation of the video, you should be able to use that with RemotePlaybackClient.CommonsWare

1 Answers

1
votes

There is no supported way to do that.