This commit is contained in:
bel
2021-09-14 06:30:17 -06:00
commit 7ab1723a5e
327 changed files with 127104 additions and 0 deletions

14
justvjs/testdata/ffmpeg_live_stream_0 vendored Executable file
View File

@@ -0,0 +1,14 @@
$HOME/ffmpeg-local/ffmpeg \
-i rtsp://192.168.0.98:8554/unicast \
-preset ultrafast \
-c:v copy \
-c:a copy \
-bufsize 1835k \
-pix_fmt yuv420p \
-flags \
-global_header \
-hls_time 10 \
-hls_list_size 6 \
-hls_wrap 10 \
-start_number 1 \
./test.m3u8