mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
H265: Support demux vps/pps info. v6.0.15 (#3379)
* H265: Support parse vps/pps info for SRT and GB. * H265: Update referenced doc. * UTest: add hevc vps/sps/pps utest. * Update release to v6.0.15 Co-authored-by: Winlin <winlin@vip.126.com> Co-authored-by: pengfei.ma <pengfei.ma@ctechm.com> Co-authored-by: Haibo Chen <495810242@qq.com>
This commit is contained in:
parent
35fd9be863
commit
39c2b9c497
9 changed files with 1373 additions and 179 deletions
|
@ -324,6 +324,8 @@
|
|||
XX(ERROR_GB_SSRC_GENERATE , 4051, "GbSsrcGenerate", "Failed to generate SSRC for GB28181") \
|
||||
XX(ERROR_GB_CONFIG , 4052, "GbConfig", "Invalid configuration for GB28181") \
|
||||
XX(ERROR_GB_TIMEOUT , 4053, "GbTimeout", "SIP or media connection timeout for GB28181") \
|
||||
XX(ERROR_HEVC_NALU_UEV , 4054, "HevcNaluUev", "Failed to read UEV for HEVC NALU") \
|
||||
XX(ERROR_HEVC_NALU_SEV , 4055, "HevcNaluSev", "Failed to read SEV for HEVC NALU")
|
||||
|
||||
/**************************************************/
|
||||
/* RTC protocol error. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue