Skip to content

Commit db8fe3c

Browse files
authored
Pre-build moq-karp to avoid speed-up in dev. (#304)
1 parent 888dc69 commit db8fe3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/pub

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ URL="${URL:-"$SCHEME://$ADDR/$NAME"}"
2121
# A crude hack to let the relay grab the cargo lock first when using /dev/all
2222
sleep 0.5
2323

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+
2428
# Run ffmpeg and pipe the output to moq-pub
2529
ffmpeg -hide_banner -v quiet \
2630
-stream_loop -1 -re \

0 commit comments

Comments
 (0)