aboutsummaryrefslogtreecommitdiffstats
path: root/encode-fbplus.sh
diff options
context:
space:
mode:
Diffstat (limited to 'encode-fbplus.sh')
-rwxr-xr-xencode-fbplus.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/encode-fbplus.sh b/encode-fbplus.sh
index f864a0a..e8cfaf8 100755
--- a/encode-fbplus.sh
+++ b/encode-fbplus.sh
@@ -9,12 +9,12 @@ BITRATE=64
if [ "$WITH_GSTREAMER" == "1" ]
then
- gst-launch-1.0 -q \
+ gst-launch-0.10 -q \
uridecodebin uri=$URL ! \
queue ! \
audioresample quality=8 ! \
audioconvert ! \
- audio/x-raw, 'rate=48000,format=S16LE,channels=2' ! \
+ audio/x-raw-int, 'rate=48000,format=S16LE,channels=2' ! \
filesink location="/dev/stdout" | \
../fdk-aac-dabplus/aac-enc-dabplus-zmq -i /dev/stdin -b $BITRATE -f raw -a -o 'tcp://*:2720'
else