Answer the question
In order to leave comments, you need to log in
How to set up MP4 video playback via HLS in M3U8 in NGINX PLUS?
So I add this to the nginx config ( source )
location /mp4 {
hls;
hls_fragment 5s;
hls_buffers 10 10m;
hls_mp4_buffer_size 1m;
hls_mp4_max_buffer_size 5m;
root /var/video/;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question