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.32k stars 5.33k forks source link

WebRTC: h264 FU-A parse for both S and E flag #4139

Open chai51 opened 1 month ago

chai51 commented 1 month ago

Describe the bug
In RTC3984, the FU-A format only explains the timing when the S flag and the E flag appear, so when there are both the S flag and the E flag in a FU-A packet, this is also allowed.

Version
Any version

To Reproduce
Steps to reproduce the behavior:

Screenshots image

winlinvip commented 1 month ago

Nice work! Would you please file an PullRequest to fix this issue?