ytu_cyc
8th November 2010, 07:47
Hi All,
I received some RTP Packets, and need to convert them to aac, so the media player can play.
I got some information from rfc3016 and knew the RTP payload format for Audio is like:
RTP Header + AduioMuxElement
and AudioMuxElement was consisted of PayloadLengthInfo and PayloadMux.
I think PayloadMux is what i need, right?
where can i get some useful information about PayLoadLengthInfo and PayLoad Mux?
I think if i know how many bytes PayloadLengthinfo have, i can calc and parser out AAC data(PyaLoadMux).
am i right?
sorry for my poor English.
Thanks all.
I received some RTP Packets, and need to convert them to aac, so the media player can play.
I got some information from rfc3016 and knew the RTP payload format for Audio is like:
RTP Header + AduioMuxElement
and AudioMuxElement was consisted of PayloadLengthInfo and PayloadMux.
I think PayloadMux is what i need, right?
where can i get some useful information about PayLoadLengthInfo and PayLoad Mux?
I think if i know how many bytes PayloadLengthinfo have, i can calc and parser out AAC data(PyaLoadMux).
am i right?
sorry for my poor English.
Thanks all.