mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
fix: more webplayer improvements
This commit is contained in:
@@ -23,13 +23,16 @@ rtmp {
|
||||
hls on;
|
||||
hls_type live;
|
||||
hls_path /dev/shm/hls;
|
||||
hls_fragment 1s;
|
||||
hls_playlist_length 15s;
|
||||
hls_fragment 2s;
|
||||
hls_playlist_length 20s;
|
||||
hls_cleanup on;
|
||||
|
||||
hls_variant _low BANDWIDTH=500000;
|
||||
hls_variant _mid BANDWIDTH=1000000;
|
||||
hls_variant _hi BANDWIDTH=1500000;
|
||||
hls_fragment_naming timestamp;
|
||||
hls_fragment_slicing aligned;
|
||||
|
||||
hls_variant _low BANDWIDTH=300000 RESOLUTION=480x270;
|
||||
hls_variant _mid BANDWIDTH=600000 RESOLUTION=640x360;
|
||||
hls_variant _hi BANDWIDTH=1000000 RESOLUTION=854x480;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user