Closed pavel-vorobyev closed 3 years ago
Hello. How do I can use adaptive streaming with HLS?
hls_variant _src BANDWIDTH=4096000; # Source bitrate, source resolution hls_variant _hd720 BANDWIDTH=2048000; # High bitrate, HD 720p resolution hls_variant _high BANDWIDTH=1152000; # High bitrate, higher-than-SD resolution hls_variant _mid BANDWIDTH=448000; # Medium bitrate, SD resolution hls_variant _low BANDWIDTH=288000; # Low bitrate, sub-SD resolution
Just checked the configuration. That's the key :)
Hello. How do I can use adaptive streaming with HLS?