From 8b14eb673e334377857e25a0d76ca08ad9791626 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 May 2017 14:09:00 +0200 Subject: Drop unused function tee_rtp(). --- bin/stream | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/stream') diff --git a/bin/stream b/bin/stream index 9c5f8b3..c3063ab 100755 --- a/bin/stream +++ b/bin/stream @@ -238,10 +238,6 @@ encode_x264() { bitrate=$1; speed=$2; # * routing based on http://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs#Teepseudo-muxer # * Use same RTP payload types as GStreamer -tee_rtp() { stream=$1; pt=$2; port=$3; - echo_n "[select=\'$stream\':f=rtp:payload_type=$pt]rtp://$IP:$port?pkt_size=1440" -} - mux_webm() { muxcount=$(echo "$TARGETS_WEBM" | wc --words) if [ $muxcount -lt 2 ]; then -- cgit v1.2.3