<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">Hi<br />
<br />
If your http server is on linux, why not simply use iptables to limit the speed per request?<br />
<br />
Anyways, yes, you can use nginx to limit transfer speeds.<br />
<br />
Nginx has several examples on the wiki<br />
<br />
Cherrs,<br />
Payam chychi</div>
<div name="messageSignatureSection"><br /></div>
<div name="messageReplySection"><br />
On Feb 28, 2016, 10:52 AM -0800, vampeta <nginx-forum@forum.nginx.org>, wrote:<br />
<blockquote type="cite">Hi guys,<br />
i would like to understand if nginx can be used for my request, i try to<br />
explain:<br />
<br />
i have a http mpegts server<br />
we are 5 client<br />
<br />
normally someone think to connect all together to the server like:<br />
<br />
client1-------------------> \<br />
client2-------------------> \<br />
client3-------------------> http server<br />
client4-------------------> /<br />
client5-------------------> /<br />
<br />
but i can't do for reson of bandwitch ( 5 stream take around 20/22 mb )<br />
<br />
so i would like to use nginx in the middle, like:<br />
<br />
client1-------------------> \<br />
client2-------------------> \<br />
client3-------------------> (nginx proxy with cache stream) <-----------<br />
http server<br />
client4-------------------> /<br />
client5-------------------> /<br />
<br />
5 client request the same source to my local nginx server<br />
<br />
nginx get the stream from the main server ( in this case take only 4mb and<br />
sharing the cache with 5 client )<br />
<br />
can be possible??<br />
<br />
thx<br />
<br />
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264915,264915#msg-264915<br />
<br />
_______________________________________________<br />
nginx mailing list<br />
nginx@nginx.org<br />
http://mailman.nginx.org/mailman/listinfo/nginx<br /></blockquote>
</div>
</body>
</html>