I want to prevent users from streaming radio (example http://bbwms.libero.it/lifegate)
using Squid.
Mime Type is video/x-ms-asf.
Squid version is 2.5 STABLE6 - Win32.
Added these lines to my squid.conf:
acl webRadioReq req_mime_type -i ^video/x-ms-asf$
acl webRadioRep rep_mime_type -i ^video/x-ms-asf$
http_access deny webRadioReq
http_reply_access deny webRadioRep
Go to Internet Explorer 6, open the address 'http://bbwms.libero.it/lifegate'
and i get 'Access Denied' page
WOW it works!!!
But...
Launch Windows Media Player 9
Select File, Open URL, type the address in the box 'http://bbwms.libero.it/lifegate'
and I LISTEN STREAMING RADIO WITH NO TROUBLE!!!!
Why??
I've used an italian tip too:
acl WMP browser Windows-Media-Player/*
http_access deny WMP
but it doesn't work at all.
Thanks in advance.
Received on Wed Oct 13 2004 - 10:04:13 MDT
This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST