diff options
Diffstat (limited to 'encode-fbplus.sh')
-rwxr-xr-x | encode-fbplus.sh | 4 |
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 |