Create "working" example

This commit is contained in:
AlexanderHD27
2024-11-03 23:52:06 +01:00
parent 41a32b450c
commit f9ce4db95a
42 changed files with 2067 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
#/usr/bin/bash
SDP_FILE="output.sdp"
ffmpeg \
-stream_loop -1 \
-rtbufsize 2M \
-re \
-i "test/Big_Buck_Bunny_1080_10s_10MB.mp4" \
-b:v 3M \
-sdp_file $SDP_FILE \
-f rtp rtp://127.0.0.1:1234