diff options
author | MaZderMind <peter@mazdermind.de> | 2015-08-29 13:05:19 +0200 |
---|---|---|
committer | MaZderMind <peter@mazdermind.de> | 2015-08-29 13:06:11 +0200 |
commit | 9af81d19174cbd268066ee914581a8df09bd8a97 (patch) | |
tree | 3bd5b327e818387c958683cf021622cfa2618c1f | |
parent | c0587beb7193469871d3a3911ceacb9f71044b2c (diff) |
don't mess with production room names
-rwxr-xr-x | voctocore/scripts/av-stream-hd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/av-stream-hd.sh b/voctocore/scripts/av-stream-hd.sh index d6b212b..e273a02 100755 --- a/voctocore/scripts/av-stream-hd.sh +++ b/voctocore/scripts/av-stream-hd.sh @@ -9,4 +9,4 @@ ffmpeg -i tcp://localhost:11000 -aspect 16:9 -threads:0 0 \ -ac 1 -c:a libfdk_aac -b:a 96k -ar 44100 \ -map 0:a -filter:a:0 pan=mono:c0=FL \ -ac:a:2 2 \ --y -f flv rtmp://127.0.0.1:1935/stream/s1_native_hd +-y -f flv rtmp://127.0.0.1:1935/stream/voctomix |