Reconnecting issue

motipa

New Member
When reconnecting web call server from Obs we are getting issues.
1. stream already in use exception
2. Could not access the specified channel or steam key, please double check your stream key. if it is correct, there may be a problem connecting to the server.

Please help to assist to fix this error. We got black screen when open the stream in above cases.
 

Max

Administrator
Staff member
Option 1


flash_rtp_activity_enabled=true
rtp_activity_timeout=10

If no audio or video for 10 seconds, the Stream will be released.

Option 2

rtmp.server_read_socket_timeout = 10

If no data read from RTMP socket in 10 seconds, the RTMP Connection will be terminated, the Stream will be released, and OBS will be able to reconnect (republish stream) after 10 seconds.

Please note.
If you set too short interval, i.e. 1 second, you can encounter with false terminations in a case if there was no data in 1 second.
 
Top