AAC streaming
Frederik
devfrederik at gmail.com
Thu Aug 27 13:36:51 UTC 2020
Hi,
can anybody help me with making a AAC server and client.
Here is what I got
server:
gst-launch-1.0 -v audiotestsrc ! audio/x-raw,rate=48000,channels=2
!audioconvert ! audioresample ! avenc_aac ! rtpmp4gpay ! application/x-rtp,
mode=AAC-hbr, encoding-name=MPEG4-GENERIC ! udpsink host=127.0.0.1
port=12000
client:
gst-launch-1.0.exe -v udpsrc port=12000 caps="application/x-rtp,
media=(string)audio, clock-rate=(int)48000,
encoding-name=(string)MPEG4-GENERIC, mode=AAC-hbr" ! rtpmp4gdepay !
avdec_aac ! autoaudiosink
Everything seems to work out fine, but there is NO sound.
This is from gstreamer log, and it just continues
WARN libav
gstavauddec.c:756:gst_ffmpegauddec_handle_frame:<avdec_aac0> decoding error
Can anybody help me out here ?
Thanks
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list