mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
obs-outputs: Increase librtmp send timeout to 15 seconds
Based on what we're seeing after the release of OBS 28, six seconds is too low and causes disconnects instead of dropped frames.
This commit is contained in:
@@ -488,7 +488,7 @@ RTMP_Reset(RTMP *r)
|
||||
r->Link.curStreamIdx = 0;
|
||||
r->Link.nStreams = 0;
|
||||
r->Link.receiveTimeout = 30;
|
||||
r->Link.sendTimeout = 6;
|
||||
r->Link.sendTimeout = 15;
|
||||
r->Link.swfAge = 30;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user