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.