Displaying 3 results from an estimated 3 matches for "kgnu_live_low".
2005 Jul 28
2
understanding error.log
...er-port>-->
<!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>hackme</master-password>-->
<relay>
<server>buster.kgnu.net</server>
<port>8000</port>
<mount>/KGNU_live_low.mp3.m3u</mount>
<local-mount>/test.mp3</local-mount>
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
</relay>
<!-- Only define a <mount> section if you want to
use advanced options,
like alternative usernames or pa...
2005 Jul 28
0
understanding error.log
...4:48] INFO format-mp3/mp3_get_no_meta
> End of stream /test.mp3
No more data on socket, so shutdown the relay.
> Here is my config file:
...
> <relay>
> <server>buster.kgnu.net</server>
> <port>8000</port>
> <mount>/KGNU_live_low.mp3.m3u</mount>
> <local-mount>/test.mp3</local-mount>
you've asked icecast to relay the m3u file itself, which may only have 1
line of text (ie not mp3 data) and then finishes. This matches what
shows above, with an 'End of stream' soon after the relay sta...
2005 Jul 28
2
understanding error.log
...m /test.mp3
>
> No more data on socket, so shutdown the relay.
>
>
> > Here is my config file:
>
> ...
> > <relay>
> > <server>buster.kgnu.net</server>
> > <port>8000</port>
> > <mount>/KGNU_live_low.mp3.m3u</mount>
> > <local-mount>/test.mp3</local-mount>
>
> you've asked icecast to relay the m3u file itself,
> which may only have 1
> line of text (ie not mp3 data) and then finishes.
> This matches what
> shows above, with an 'End of s...