Will Chromecast device play videos encoded as HLS?

13,744

Solution 1

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.

Solution 2

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.

Solution 3

According to the new docs it is now supported !

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

Solution 4

No, according to the documentation Chromecast supports two HTTP streaming standards: MPEG-DASH (by the MPEG standards group) and SmoothStreaming (by Microsoft). Looks like Apple's HLS is not supported.

Share:
13,744
rob
Author by

rob

Updated on June 09, 2022

Comments

  • rob
    rob about 2 years

    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?