Reputation: 6170
I want to use Google Chrome-cast API in one of my Music application.
I want to do following:
1)Connect My Android device with Google chrome-cast receiver.
2)When i click on song from application it should launch that song on receiver side(Say Audio has Straming Url).
I have read chrome-cast document from Here and i succeed to setup and run the sample projects from Github.
Have anyone implement chromecast to launch audio file from application?
I Searched on google but didn't find much on chrome-cast to launch audio file.
Upvotes: 2
Views: 1420
Reputation: 416
If you look at the android sample app on github you will see that some of the media content is audio content. Hope that helps.
Upvotes: 0