summaryrefslogtreecommitdiff
path: root/bin/stream
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stream')
-rwxr-xr-xbin/stream4
1 files changed, 0 insertions, 4 deletions
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