aacparse error with aac + rtp + udp
Erwan Le Blond
erwanleblond at gmail.com
Mon Nov 8 17:01:54 UTC 2021
Hello all,
I have two pipe :
Tx:
gst-launch-1.0 audiotestsrc ! vooaacenc ! aacparse ! rtpmp4apay ! udpsink
host=10.5.0.12 port=3006
Rx :
gst-launch-1.0 -vvv udpsrc address=10.5.0.12 port=3006 !
"application/x-rtp,payload=96,clock-rate=48000,media=audio,encoding-name="MP4A-LATM",clock-rate=48000,cpresent=0,
config=40002320,codec_data=1190,level=2" ! rtpmp4adepay ! queue ! aacparse
! matroskamux ! filesink location=./dumpaudio.mkv
I have this log :
0:00:00.012519466 273 0x55a84323cf70 ERROR aacparse
gstaacparse.c:354:gst_aac_parse_sink_setcaps:<aacparse0> Need codec_data
for raw AAC
/GstPipeline:pipeline0/GstRtpMP4ADepay:rtpmp4adepay0.GstPad:sink: caps =
application/x-rtp, payload=(int)96, clock-rate=(int)48000,
media=(string)audio, encoding-name=(string)MP4A-LATM, cpresent=(int)0,
config=(int)40002320, codec_data=(int)1190, level=(int)2
0:00:00.012542499 273 0x55a84323cf70 ERROR aacparse
gstaacparse.c:354:gst_aac_parse_sink_setcaps:<aacparse0> Need codec_data
for raw AAC
0:00:00.012554915 273 0x55a84323cf70 ERROR aacparse
gstaacparse.c:354:gst_aac_parse_sink_setcaps:<aacparse0> Need codec_data
for raw AAC
I can't find the pipeline allowing me not to have this error.
any idea ?
Best regards
Draden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20211108/f5d0f1d6/attachment.htm>
More information about the gstreamer-devel
mailing list