ClamAV Anti-Virus Integration Using C-ICAP shoutcast streaming problem
-
I have enabled squid transparent proxy with ClamAV Anti-Virus Integration Using C-ICAP. The problem is, I can't listen some streams for example: http://listen.trance.fm/2/320
When I turn off the ClamAV integration, it works fine.
Do I have to write some custom configuration files? This is my current configuration:
-
This has already been discussed without any solution beyond suggestion to read the docs, switch to manual config and play with the c-icap.magic stuff and similar. No, there's no howto for ommiting streams from AV.
-
I've added this to the squidclamav.conf and now it's working:
Do not scan (streamed) videos and audios
abort ^..(flv|f4f|mp(3|4))(?.)?$
abort ^.*.(m3u|pls|wmx|aac|mpeg)$
abortcontent ^audio/m3u$
abortcontent ^video/x-flv$
abortcontent ^video/mp4$
abortcontent ^audio/mp4$
abortcontent ^video/webm$
abortcontent ^audio/webm$
abortcontent ^video/MP2T$
abortcontent ^audio/wmx$
abortcontent ^audio/mpeg$
abortcontent ^audio/aac$
abortcontent ^.audio/mp4.$ -
Will add a checkbox for this in 0.4.6 - https://github.com/pfsense/pfsense-packages/pull/1196
Hopefully will work for someone at least… :P
-
Work perfect. Thanks
-
Thanks for testing. ;)
-
Thank you!
I had the same problem and it's fixed in 0.4.6.
You guys rock.
Woods -
Just for anyone here posting things like "my random streaming service still does not work".
Here's the code that goes to squidclamav.conf. When you switch to manual configuration, you can add that, and anything else, and tweak as desired until your random streaming service works. There are also examples of excluding sites based on FQDN from scanning in the exact same file. Noone has time to investigate this for you. Post here and it may be used by other users, or eventually get added to the package – however, expecting anyone to maintain such things for you is NOT realistic at all.
-
understood
clamav radomly stops working for me. makes it useless.