Skip to content

Commit badf401

Browse files
[docs] Fixed SRT version in srt-live-transmit.md
1 parent a68683a commit badf401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apps/srt-live-transmit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ The dedicated research showed that at high and bursty data rates (~60 Mbps)
446446
the `epoll_wait(udp_socket)` is not fast enough to signal about the possibility
447447
of reading from a socket. It results in losing data when the input bitrate is very high (above 20 Mbps).
448448

449-
PR [#1152](https://github.com/Haivision/srt/pull/1152) (v1.5.0 and above) adds the possibility
449+
PR [#1152](https://github.com/Haivision/srt/pull/1152) (SRT v1.4.2 and above) adds the possibility
450450
of setting the buffer size of the UDP socket in `srt-live-transmit`.
451451
Having a bigger buffer of UDP socket to store incoming data, `srt-live-transmit` handles higher bitrates.
452452

0 commit comments

Comments
 (0)