mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update research, flv ingester, support atc time flv.
This commit is contained in:
parent
30d48905b3
commit
3292136f70
2 changed files with 18 additions and 12 deletions
|
@ -1159,7 +1159,7 @@ int __srs_write_h264_sps_pps(Context* context, u_int32_t dts, u_int32_t pts)
|
|||
|
||||
// @see: Annex A Profiles and levels, H.264-AVC-ISO_IEC_14496-10.pdf, page 205
|
||||
// Baseline profile profile_idc is 66(0x42).
|
||||
// Baseline profile profile_idc is 77(0x4d).
|
||||
// Main profile profile_idc is 77(0x4d).
|
||||
// Extended profile profile_idc is 88(0x58).
|
||||
u_int8_t profile_idc = frame[1];
|
||||
//u_int8_t constraint_set = frame[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue