Dmmdom / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
GNU General Public License v3.0
0 stars 0 forks source link

ChromeCast support #220

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Now that the SDK is open, would it be possible to add support for it in the 
remote?

It seems like chromecast natively support some specific video streams, and can 
load video over http. 

So the basic steps would probably be to set vlc to transcode the video, and the 
remote instructs chromecast to open and play the url.

Chromecast info: https://developers.google.com/cast/
Supported media: https://developers.google.com/cast/docs/media

Original issue reported on code.google.com by TheTerra...@gmail.com on 4 Feb 2014 at 1:05

GoogleCodeExporter commented 8 years ago
It seems like the VLM system could be used for setting this up. If I got time, 
I'll do some tests later today.

http://www.videolan.org/doc/streaming-howto/en/ch05.html

Original comment by TheTerra...@gmail.com on 4 Feb 2014 at 2:19