summaryrefslogtreecommitdiff
path: root/tools/push-icecast-webm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/push-icecast-webm')
-rwxr-xr-xtools/push-icecast-webm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/push-icecast-webm b/tools/push-icecast-webm
index 6b827a0..707b6b3 100755
--- a/tools/push-icecast-webm
+++ b/tools/push-icecast-webm
@@ -24,7 +24,7 @@ session_url=`curl -s $curlopts -w '%{redirect_url}' $curlcmd https://$host/login
echo session url $session_url
-url=$(echo $session_url | sed 's,\?,stream0?,')
+url=$(echo $session_url | sed 's,\?,stream-0?,')
curl -s $curlopts --data enabled=true --data push-method=icecast $url >/dev/null
@@ -35,7 +35,7 @@ gst-launch -q \
vp8enc ! \
queue ! \
webmmux streamable=true name=mux ! \
- shout2send ip=127.0.0.1 port=8080 mount=stream0 \
+ shout2send ip=127.0.0.1 port=8080 mount=stream-0 \
audiotestsrc volume=0.1 wave=ticks is-live=true ! \
vorbisenc ! \
queue ! \