nginx-vod-module icon indicating copy to clipboard operation
nginx-vod-module copied to clipboard

Is it possible to stream already packaged dash/hls ?

Open jinyeng opened this issue 1 year ago • 1 comments

We have many existing packaged files dash/hls from Bento4 SDK, we do not want to use only packaging of this vod module. How can we stream those files ?

jinyeng avatar Aug 14 '22 23:08 jinyeng

Content that is already packaged can be streamed by nginx out-of-the-box, you don't need any custom module - just serve the files using nginx's root / alias directives.

erankor avatar Aug 15 '22 19:08 erankor