Skip to content

Instantly share code, notes, and snippets.

@stoyanovgeorge
Created July 7, 2020 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoyanovgeorge/c8885ab92940a72f7a992288291bf2d8 to your computer and use it in GitHub Desktop.
Save stoyanovgeorge/c8885ab92940a72f7a992288291bf2d8 to your computer and use it in GitHub Desktop.
SRT Customization Parameters
$ cat /proc/sys/net/core/rmem_max
212992
$ sudo sysctl -w net.core.rmem_max=26214400
net.core.rmem_max = 26214400
$ cat /proc/sys/net/core/rmem_max
26214400
./srt-live-transmit "udp://:4200?rcvbuf=67108864" srt://192.168.0.10:4200 -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment