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

十年热恋 提交于 2019-12-04 14:14:05

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.

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.

According to the new docs it is now supported !

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!