Displaying 1 result from an estimated 1 matches for "otherkpovsource".
2015 May 30
2
Pathing syntax for icecast.xml in Windows
...usage of a fallback mount is only shown in the sample
icecast.xml under a commented-out section, about 3/4 of the way down:
<!-- Normal mounts -->
<!--
<mount type="normal">
<mount-name>/example-complex.ogg</mount-name>
<username>otherkpovsource</username>
<password>hackmemore</password>
<max-listeners>10</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<burst-size>65536</burst-size>
<fallback-mount>/example2.ogg</fallback-mount>
<...