Red5 / red5-server

Red5 Server core
Apache License 2.0
3.33k stars 982 forks source link

i find a bug in red5-server #333

Open blackbear475 opened 1 year ago

blackbear475 commented 1 year ago

hello , i use the red5 for live project ,and i find a bug in red5-server the bug code as follows: RTMPProtocolDecoder.class image when timeBase > 16777215 , and fmt = 3 ,red5 calculation the headLength is error. If there is an extended timestamp, the headLengh need = 4 not 0 @mondain

blackbear475 commented 1 year ago

exist Tcp packet sticking problem

mondain commented 1 year ago

@blackbear475 we're releasing a fix today that should alleviate this issue; sorry for the delay.