moo.tinys
2009-Oct-03  15:02 UTC
[Icecast-dev] shoutcast source by pass mount authentication
<listen-socket>
       <port>8000</port>
       <shoutcast-mount>/</shoutcast-mount>
   </listen-socket>
   <listen-socket>
       <port>8001</port>
       <shoutcast-compat>1</shoutcast-compat>
       <shoutcast-mount>/</shoutcast-mount>
   </listen-socket>
   <mount>
       <mount-name>/</mount-name>
       <authentication type="url"> <!-- or htpasswd... ->
       </authentication>
   </mount>
using icecast source works fine (rejected with Invalidate password),
but shoutcast source get passed unexpectlly.