From 3af6271518db6c79419d90738aa33b142c7b55d7 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <jonas@olav.jones.dk>
Date: Wed, 5 Apr 2017 04:37:23 +0200
Subject: Fix stream to non-test port.

---
 bin/stream.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/stream.sh b/bin/stream.sh
index d9c7cb0..9e44a14 100755
--- a/bin/stream.sh
+++ b/bin/stream.sh
@@ -18,4 +18,4 @@ ffmpeg -threads auto -re \
  -max-intra-rate 0 \
  -qmin 4 -qmax 56 \
  -static-thresh 500 -skip_threshold 50 \
- -an -f rtp rtp://$target_ip:5012?pkt_size=1200
+ -an -f rtp rtp://$target_ip:5004?pkt_size=1200
-- 
cgit v1.2.3