RTMP Reconnect frequent

Homer

Member
Hi, my wcs server having this frequent RTMP disconnecting and reconnecting. It can happen when viewing the output as webrtc and any trans coded video. Any configuration need to change to resolve this issue?
 

Max

Administrator
Staff member
Try disabling keep-alive for RTMP: add to WCS_HOME/conf/server.properties
Code:
keep_alive.enabled=websocket,rtmfp
Restart WCS to apply the change.
 
Top