You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Send a FU-A packet to SRS via WebRTC, with both the S and E flags set to 1.
In the process of webrtc2rtmp: when SrsRtcFrameBuilder::packet_video_rtmp parses the RTP packet, the length of the NALU is not written; the NALUnitLength read by SrsFormat::do_avc_demux_ibmf_format is an invalid value.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
In RTC3984, the FU-A format only explains the timing when the
S
flag and theE
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:
S
andE
flags set to 1.SrsRtcFrameBuilder::packet_video_rtmp
parses the RTP packet, the length of the NALU is not written; the NALUnitLength read bySrsFormat::do_avc_demux_ibmf_format
is an invalid value.Screenshots
![image](https://private-user-images.githubusercontent.com/17310343/356550240-c35c836e-56bc-4553-9b79-067d6a245843.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDU3NDAsIm5iZiI6MTczOTMwNTQ0MCwicGF0aCI6Ii8xNzMxMDM0My8zNTY1NTAyNDAtYzM1YzgzNmUtNTZiYy00NTUzLTliNzktMDY3ZDZhMjQ1ODQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIwMjQwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI2OTI3ZWM5YTNjMjIyMzY4ZmM5MThkMmEzMDJjY2M2NWY5YzI5OTViNjk5YmYwNjRjYWRkNDE5MzBmNzUxMTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DhpJJcNmke93ow8xkZOsIhIxHklVYXUfJ9z2NFW2QUE)
The text was updated successfully, but these errors were encountered: