ViveMediaDecoder icon indicating copy to clipboard operation
ViveMediaDecoder copied to clipboard

Feature request: DASH streaming support

Open OlafZwe opened this issue 8 years ago • 1 comments

DASH (or MPEG-DASH) is a streaming protocol and standard that is widely supported and offers some improvements to HLS streaming that make it a good choice for a VR video streaming protocol. For example, DASH supports codecs like VP9 and the webm container, where HLS is restricted to a specific transport stream container for its segments.

Is it possible to support DASH?

OlafZwe avatar Jun 02 '17 11:06 OlafZwe

I could be wrong...

According to the native code, it uses ffmpeg to retrieve and decode the stream. Therefore, whatever ffmpeg supports, it should work with this decoder.

I came across this today. https://www.ffmpeg.org/ffmpeg-formats.html#webm_005fdash_005fmanifest.

Maybe DASH is already supported??

Wesloc avatar Jun 12 '17 01:06 Wesloc