Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will Chromecast device play videos encoded as HLS? [closed]

It apparently works on Google TV (for Android apps, not html5 apps), so I'm curious if we'll be able to encode them as HLS (Http Live Streaming) for use with Chromecast?

like image 516
rob Avatar asked Jul 25 '13 21:07

rob


People also ask

What video format does Chromecast use?

Part 1. The default Chromecast video formats are MP4 and WebM. It also supports MPEG-DASH, Smooth Streaming, and HTTP Live Streaming (HLS) video files. All other video formats are unsupported.

Can I play any video on Chromecast?

A. Yes, you can. Although Google markets this $35 pod as a way to stream video, audio and images from Internet sites and apps to whatever TV it's plugged into -- and its help pages don't describe any other use -- the Chromecast can also play many files on your computer, phone or tablet.


3 Answers

It will now according to the updated SDK docs: https://developers.google.com/cast/docs/media

I'm guessing for contentType on MediaInfo you'll pass application/x-mpegURL.

like image 76
sethdeckard Avatar answered Sep 19 '22 04:09

sethdeckard


HLS is not yet built into the platform, however support for MPEG DASH, Smooth Streaming and progressive MP4 streaming are there.

UPDATE - THIS WAS THE CORRECT ANSWER AT THE TIME -- IT IS SUPPORTED NOW.

like image 32
Les Vogel - Google DevRel Avatar answered Sep 19 '22 04:09

Les Vogel - Google DevRel


According to the new docs it is now supported !

https://developers.google.com/cast/docs/media

like image 43
Sam Avatar answered Sep 19 '22 04:09

Sam