arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.47k stars 3.52k forks source link

How to create manifest file for Adaptive Streaming #1076

Open Natarajan92 opened 7 years ago

Natarajan92 commented 7 years ago

Hi,

We are able to create different profile stream, but not able to create master play-list file for dash and hls.

we need to know how to create master m3u8 in case of hls and single mpd file for all profiles in case of dash

NiltonFelicio commented 7 years ago

HLS creates a file for multiple video files. For now I have not found anything on mpeg dash. Hls creates via hls_variant directive. I'm also looking for this