How to play smooth streaming video in Chromecast?

后端 未结 3 1428
無奈伤痛
無奈伤痛 2021-02-06 14:45

According the Chromecast Developers page, Chromecast supports the SmoothStreaming container, which I believe uses video chunks with the .ismv extension. I am having problems ge

相关标签:
3条回答
  • 2021-02-06 14:58

    Chromecast supports MPEG-DASH and Smooth Streaming. See more detail here:

    https://developers.google.com/cast/supported_media_types

    We'll provide some code snippet of smooth streaming soon. Stay tuned.

    0 讨论(0)
  • 2021-02-06 14:58

    The default Receiver provided does not support SmoothStreaming (nor MPEG-DASH).

    You'll need to code your own receiver to do so.

    See https://stackoverflow.com/a/17978070/2665789 for a little more help.

    Hopefully Google posts working samples of Live streaming soon!

    0 讨论(0)
  • 2021-02-06 15:13

    You can throw SmoothStreaming to some sample receivers provided by Google. The cast-custom-receiver and the Cast-Media-Player-Library-Sample supports SS with PlayReady encryption out of the box.

    Well, you need to do some tricks like modify the extension from "ism/" to "ism/Manifest" and it just work. You'll need to do the same in the [cast-sender-tool-chrome] adding the file extension to the list of three inside the main html file.

    0 讨论(0)
提交回复
热议问题