fix: Changed hls folder

This commit is contained in:
florian 2023-07-08 16:07:56 +02:00
parent 8b10847f41
commit e16dab2428

View File

@ -22,9 +22,9 @@ rtc_server {
candidate $CANDIDATE;
}
vhost __defaultVhost__ {
hls {
enabled on;
hls_path ./hls
hls_fragment 2;
hls_window 30;
#hls_td_ratio 1.2; # 1.5 is needed, 1.2 did not work
@ -46,6 +46,8 @@ vhost __defaultVhost__ {
gop_cache_max_frames 2500;
}
dvr {
# DVR currently saves multiple times, we need to figure out how to save only once
# or sync the file with S3 more efficiently
enabled off;
dvr_path ./archive/[stream]_[2006]-[01]-[02]T[15][04][05].mp4;
dvr_plan segment;