We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68683a commit badf401Copy full SHA for badf401
docs/apps/srt-live-transmit.md
@@ -446,7 +446,7 @@ The dedicated research showed that at high and bursty data rates (~60 Mbps)
446
the `epoll_wait(udp_socket)` is not fast enough to signal about the possibility
447
of reading from a socket. It results in losing data when the input bitrate is very high (above 20 Mbps).
448
449
-PR [#1152](https://github.com/Haivision/srt/pull/1152) (v1.5.0 and above) adds the possibility
+PR [#1152](https://github.com/Haivision/srt/pull/1152) (SRT v1.4.2 and above) adds the possibility
450
of setting the buffer size of the UDP socket in `srt-live-transmit`.
451
Having a bigger buffer of UDP socket to store incoming data, `srt-live-transmit` handles higher bitrates.
452
0 commit comments