red5-server
red5-server copied to clipboard
Response buffer was null after encoding and bad audio quality
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.
Do you experience the same issue when using RTMP instead of RTMPT?
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.