Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am experimenting with live streaming of AAC Audio, using RTP-RTSP protocol. (Live meaning, start streaming as soon as recording starts, before mp4 file get saved).

RTP packetization needs putting RTP headers at each AAC frame boundaries. (please correct me if I am wrong here)

But raw AAC bitstream(without ADTS headers) wont allow any repeating byte patterns at frame boundaries & its encoded frame length varies. ( Corresponding Question was asked here How to find AAC-LC (non-ADTS) audio packet length)

So how to do RTP packetisation of AAC raw audio, if one does not know byte length of each encoded frames?

Thanks in advance for your valuable feedbacks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.