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

不羁的心 提交于 2019-12-06 06:22:07

问题


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?


回答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.




回答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.




回答3:


According to the new docs it is now supported !

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




回答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.



来源:https://stackoverflow.com/questions/17869492/will-chromecast-device-play-videos-encoded-as-hls

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