Reputation: 1
I want to stream through Google Chrome and Google Cast more than one video at a time.
For example, I selected 3 videos and send them to chromecast using Chrome Browser.
Any Suggestion on How to do this?
Upvotes: 0
Views: 79
Reputation: 19094
As long as you are using Cast SDK, you can form a queue of media (video or audio, not images) and load the queue and have them be played one after the other. You can even manipulate the queue (reshuffle, go next/previous, etc). The APIs to create and manage a queue is available in all three sender platforms.
Upvotes: 1