ossrs / srs

SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.55k stars 5.37k forks source link

Sequence header might be duplicated. #3412

Open winlinvip opened 1 year ago

winlinvip commented 1 year ago

https://github.com/ossrs/srs/pull/3408#pullrequestreview-1290922439

            vps_sps_pps_change_ = true;
            h265_vps_ = vps;

            if ((err = write_h265_vps_sps_pps(dts, pts)) != srs_success) {
duiniuluantanqin commented 1 year ago

Wait for #3408 to be merged, then I will work on this issue separately.

TRANS_BY_GPT3

winlinvip commented 6 months ago

Given the PR #3408 has been merged, this issue can be considered for further improvement.