Open OlafZwe opened 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??
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?