RtmpServerInputSettings.receiveTimeoutMs property
Byte-level idle read timeout: a connection that sends no bytes at all for this many milliseconds is dropped. Distinct from , which catches a peer still sending RTMP control bytes but no media. Unset = the 5 second protocol default.
Signature:
receiveTimeoutMs?: number;