diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-02-26 16:07:46 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-02-26 16:07:46 +0100 |
commit | 7e3e87bc3cd62761724a0d62d73ef7590fb8e330 (patch) | |
tree | b4499d0480fdaae74a99dda1d52ee8a02e7acfce /bin/recv-gst-rtp-v-a | |
parent | 81d45c19df4522454b37e56373a27d681a638bbc (diff) |
Drop bogus quotes.
Diffstat (limited to 'bin/recv-gst-rtp-v-a')
-rwxr-xr-x | bin/recv-gst-rtp-v-a | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/recv-gst-rtp-v-a b/bin/recv-gst-rtp-v-a index e767fc9..77fbdb5 100755 --- a/bin/recv-gst-rtp-v-a +++ b/bin/recv-gst-rtp-v-a @@ -46,10 +46,10 @@ stream() { udpsrc port=$((5000+ID-1)) $RECHOST caps=\""$CAPS"\" \ ! rtpbin."recv_rtp_sink_$ID" rtpbin. \ ! $PLAYBIN \ - udpsrc port=$((5010+ID-1)) "$RECHOST" \ + udpsrc port=$((5010+ID-1)) $RECHOST \ ! rtpbin."recv_rtcp_sink_$ID" \ rtpbin."send_rtcp_src_$ID" \ - ! udpsink port=$((5020+ID-1)) "$CAMHOST" sync=false async=false + ! udpsink port=$((5020+ID-1)) $CAMHOST sync=false async=false } gst-launch-1.0 -v \ |