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

11
justvjs/testdata/ffmpeg_live_stream_2 vendored Executable file
View File

@@ -0,0 +1,11 @@
$HOME/ffmpeg-local/ffmpeg \
-fflags nobuffer \
-rtsp_transport tcp \
-i rtsp://192.168.0.83:8554/unicast \
-preset ultrafast \
-c:v copy \
-an \
-flags +cgop \
-g 30 \
-hls_flags delete_segments \
./test.m3u8