3

I'm trying to get a video playing on Chromecast - it's available as an MS Smooth Streaming manifest (example), but I can't specify format=mpd-time-csf (example), as it's not available in that format.

Directly passing the manifest URL to the Chromecast doesn't work yet, but will be available for the final SDK release, as stated by Les Vogel here: Playing Smoothstreaming URL by providing Manifest file of smoothstreaming to Chromecast device

As I understand it can play dash/smooth videos by embedding the dash.js player into the receiver app. However, dash.js only plays smooth streaming videos if (format=mpd-time-csf) is specified - normal smooth manifests don't work.

Does this mean that in its current state, Chromecast only supports smooth video in the mpd-time-csf format? I assume the Netflix app uses Smooth for its Chromecast app - is this how they're doing it?

4

2 回答 2

2

目前,除非您编写自己的 (javascript) 播放器来处理流畅的流式传输(即解析清单、获取片段、使用 MSE 扩展等),否则您无法在 chromecast 上播放流畅的流式传输内容。

阿里。

于 2014-01-23T07:42:05.740 回答
1

只需跟进我自己的问题,以防有人从谷歌偶然发现这个问题 - SDK SmoothStreaming 的发布应该可以使用媒体播放器库开箱即用:https ://developers.google.com/cast/docs/player .

于 2014-02-03T23:44:21.773 回答