arut / nginx-ts-module

NGINX MPEG-TS Live Module
BSD 2-Clause "Simplified" License
422 stars 91 forks source link

HEVC in hls: Segments are not started at video key frames #42

Open wellttllew opened 5 years ago

wellttllew commented 5 years ago
        location /publish/ {
            ts;
            ts_hls path=/var/media/hls segment=5:40 segments=3 ;

            client_max_body_size 0;
        }
wellttllew commented 5 years ago