summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-05-25 00:45:47 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-05-25 00:45:47 +0300
commit469d7cc88a4cac53c644b235804ac568653ec01e (patch)
treea6ef2446d433507c27c527965d3abb36175ea9f3 /tools
parenta3198e30a48933b67513a6a4d7a10642721bc6ea (diff)
update hls config
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ipcam_rtsp2hls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ipcam_rtsp2hls.sh b/tools/ipcam_rtsp2hls.sh
index a468715..70111b0 100755
--- a/tools/ipcam_rtsp2hls.sh
+++ b/tools/ipcam_rtsp2hls.sh
@@ -110,5 +110,5 @@ fi
ffmpeg $args -i rtsp://${USER}:${PASSWORD}@${IP}:${PORT}/Streaming/Channels/${CHANNEL} \
-c:v copy -c:a copy -bufsize 1835k \
-pix_fmt yuv420p \
- -flags -global_header -hls_time 5 -hls_list_size 6 -hls_wrap 5 \
+ -flags -global_header -hls_time 2 -hls_list_size 3 \
${OUTDIR}/${NAME}/live.m3u8