mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-18 20:37:11 +00:00
refactor: convert to workspace
This commit is contained in:
6
crates/zap-stream/test.sh
Executable file
6
crates/zap-stream/test.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ffmpeg \
|
||||
-f lavfi -i "sine=frequency=1000:sample_rate=48000" \
|
||||
-re -f lavfi -i testsrc -g 300 -r 60 -pix_fmt yuv420p -s 1280x720 \
|
||||
-c:v h264 -b:v 2000k -c:a aac -ac 2 -b:a 192k -fflags nobuffer -f mpegts srt://localhost:3333
|
Reference in New Issue
Block a user