1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine docs, add TURN/STUN rfc.

This commit is contained in:
winlin 2017-03-06 10:19:19 +08:00
parent 3ec9df6578
commit ce034c3556
15 changed files with 20 additions and 16 deletions

View file

@ -2887,7 +2887,7 @@ int SrsTsMessageCache::do_cache_aac(SrsAudioFrame* frame)
// AAC-ADTS
// 6.2 Audio Data Transport Stream, ADTS
// in aac-iso-13818-7.pdf, page 26.
// in ISO_IEC_13818-7-AAC-2004.pdf, page 26.
// fixed 7bytes header
uint8_t adts_header[7] = {0xff, 0xf9, 0x00, 0x00, 0x00, 0x0f, 0xfc};
/*