mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine for bug#66, implements the usage.
This commit is contained in:
parent
0075779d38
commit
3358570be6
5 changed files with 64 additions and 19 deletions
|
@ -342,6 +342,7 @@ extern char* srs_amf0_human_print(srs_amf0_t amf0, char** pdata, int* psize);
|
|||
* frames can be one or more than one frame,
|
||||
* each frame prefixed h.264 annexb header, by N[00] 00 00 01, where N>=0,
|
||||
* for instance, frame = header(00 00 00 01) + payload(67 42 80 29 95 A0 14 01 6E 40)
|
||||
* about annexb, @see H.264-AVC-ISO_IEC_14496-10.pdf, page 211.
|
||||
* @paam frames_size the size of h264 raw data.
|
||||
* assert frames_size > 1, at least has 1 bytes header.
|
||||
* @param dts the dts of h.264 raw data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue