red5-server icon indicating copy to clipboard operation
red5-server copied to clipboard

Response buffer was null after encoding and bad audio quality

Open andreslorek opened this issue 9 years ago • 2 comments

I'm getting this warning sometimes: [WARN] 2016-02-15 14:25:48,634 [RTMPConnectionExecutor-8] org.red5.server.net.rtmpt.BaseRTMPTConnection - Response buffer was null after encoding

I don't know if this is related with the warning, but at the same moment that we get many of these logs, the audio loses quality (the transmission has some gaps or little jumps).

I'm using Red5 1.0.6 and my red5.properties file is http://pastebin.com/0Z7f089U

I don't have a known scenario where this happens, but when I noticed the problem CPU and memory were at normal values.

andreslorek avatar Feb 16 '16 18:02 andreslorek

Do you experience the same issue when using RTMP instead of RTMPT?

mondain avatar Feb 17 '16 13:02 mondain

How should the error look like for RTMP connections? Is it ok to look for "BaseRTMPConnection - Response buffer was null after encoding" in my logs?

I noticed the bad audio quality using RTMP, but maybe some client was connected using RTMPT during the problem.

andreslorek avatar Feb 18 '16 13:02 andreslorek