ViveSoftware / ViveMediaDecoder

A high performance video decoding Unity plugin for Windows.
http://u3d.as/usf
Other
129 stars 36 forks source link

Feature request: DASH streaming support #6

Open OlafZwe opened 7 years ago

OlafZwe commented 7 years ago

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?

Wesloc commented 7 years ago

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??