mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-07-03 14:05:39 +02:00
a3ae913c55
Video-paced transports (vp8channel, videochannel, seichannel) need longer operation timeouts due to frame pacing and KCP batching: - streamPatternForDuration: 15s -> 60s for video transports - sustainedEcho: 5s -> 60s for video transports Part of fix for issue #95. Related to #95