We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888dc69 commit db8fe3cCopy full SHA for db8fe3c
dev/pub
@@ -21,6 +21,10 @@ URL="${URL:-"$SCHEME://$ADDR/$NAME"}"
21
# A crude hack to let the relay grab the cargo lock first when using /dev/all
22
sleep 0.5
23
24
+# Pre-build the binary so we don't queue media while compiling
25
+# This is just to avoid the obvious fast forwarding when a player is waiting for the broadcast.
26
+cargo build --bin moq-karp
27
+
28
# Run ffmpeg and pipe the output to moq-pub
29
ffmpeg -hide_banner -v quiet \
30
-stream_loop -1 -re \
0 commit comments