<div dir="ltr">Be aware that youtube uses the QUIC protocol (<a href="https://en.wikipedia.org/wiki/QUIC">https://en.wikipedia.org/wiki/QUIC</a>) with browsers that support it.<div>Unless you block and/or manage that specific condition with your firewall, the actual downloading of the videos will not go through Squid...</div><div><br></div><div>Thanks,</div><div>Jok</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 25, 2016 at 1:35 PM, erdosain9 <span dir="ltr"><<a href="mailto:erdosain9@gmail.com" target="_blank">erdosain9@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi.Thanks<br>
Yes i have a delay pool pointing to <a href="http://googlevideo.com" rel="noreferrer" target="_blank">googlevideo.com</a> and its working... but,<br>
it's strange because... look this.<br>
The proxy for now is being tested. And I have very few users (ip) in the<br>
proxy.<br>
So i have this delay pool and acl.<br>
<br>
http_access allow localhost<br>
http_access allow administration<br>
http_access allow videoandediting<br>
http_access allow logistic<br>
<br>
<br>
acl administration src "/etc/squid/ips/<wbr>administration.lst"<br>
acl videoandediting src "/etc/squid/ips/<wbr>videoandediting.lst"<br>
acl logistic src "/etc/squid/ips/logistic.lst"<br>
<br>
<br>
delay_pools 4<br>
<br>
# Limiting YOUTUBE<br>
delay_class 1 1<br>
delay_parameters 1 30000/125000<br>
acl YOUTUBE dstdomain .<a href="http://googlevideo.com" rel="noreferrer" target="_blank">googlevideo.com</a><br>
delay_access 1 allow administration YOUTUBE<br>
delay_access 1 allow videoandeditting YOUTUBE<br>
delay_access 1 allow logistic YOUTUBE<br>
<br>
#Limting Administration<br>
delay_class 2 2<br>
delay_parameters 2 256000/256000 30000/128000<br>
delay_access 2 allow administration<br>
<br>
#Limiting Video And Editting Area<br>
delay_class 3 2<br>
delay_parameters 3 512000/512000 60000/256000<br>
delay_access 3 allow videoandeditting<br>
<br>
#Limiting Logistic<br>
delay_class 4 2<br>
delay_parameters 4 300000/300000 100000/256000<br>
delay_access 4 allow logistic<br>
<br>
<br>
The strange is that if i look the Download avg in Mikrotik i see too much<br>
download in the proxy ip.  as if the proxy was downloading a lot of data.<br>
(but like i say i just have a few users) and if my delay pools are<br>
working... the proxy should not exceed 1200kb... and sometimes reaches much<br>
higher values.<br>
<br>
On the other hand, if I see the ip (in the mikrotik) dialoguing with the<br>
proxy, many are from google .... and reach much higher speeds than allowed.<br>
But if I see a video ... yes, really slow connection, ie the delay pool<br>
seems to work.<br>
What can be what is happening ??<br>
<br>
Thanks for your answer.<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://squid-web-proxy-cache.1019090.n4.nabble.com/Limit-Bandwith-for-youtube-tp4679182p4679194.html" rel="noreferrer" target="_blank">http://squid-web-proxy-cache.<wbr>1019090.n4.nabble.com/Limit-<wbr>Bandwith-for-youtube-<wbr>tp4679182p4679194.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the Squid - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.<wbr>org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/<wbr>listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>