I'm trying to stream a radio program using VLC. Everything seems to be fine, but I can't limit the connections and that leads to bandwidth problems... Is there any way to limit the number of currently opened connections? So if I can only handle 11 connections, when the #12 tries to connect he gets HTTP 503 unavailable or something else.
If VLC has no option to do so, is there any other program that can limit the number of connections by some given port at OS level that works fine under linux and/or windows?
Thank you!