archive
This commit is contained in:
14
justvjs/testdata/ffmpeg_live_stream_0
vendored
Executable file
14
justvjs/testdata/ffmpeg_live_stream_0
vendored
Executable 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
|
||||
Reference in New Issue
Block a user