#41: Metadata freeze
------------------------+---------------------------------------------------
Reporter: Gilou | Owner: admin
Type: Bugs | Status: new
Priority: 1 | Milestone:
Component: Liquidsoap | Version: 0.3.3+svn
Keywords: |
------------------------+---------------------------------------------------
Here come winters, and liquidsoap freezes some metadatas from time to
time...
I've only experienced the problem twice or so, but it's still annoying.
Here's how it goes for example:
Script:
{{{
#!/usr/local/bin/liquidsoap -q -d
feed = mksafe(input.http("http://wazzaaa:8000/"))
source = feed
output.icecast.vorbis(host="chezmoi", port=6969,quality=3.,
password="kikoolol", mount="frequence3.ogg",
url="http://www.frequence3.fr", genre="Top 40 Dance Pop Rock",
description="FREQUENCE3 - www.frequence3.fr - No ads ! It's only
HITS live from Paris France ! - French Webradio",
name="FREQUENCE3 - www.frequence3.fr - No ads ! It's only HITS
live from Paris France ! - French Webradio",
restart=true,source)
}}}
Log (watch the timestamps):
{{{
2007/10/18 13:07:05 [EMAIL PROTECTED]:3] New metadata chunk "? -- A
suivre: Shaggy - Hey sexy lady"
2007/10/18 18:13:56 [main:3] Shutdown started!
}}}
Shutdown happened on my killing the process.
I've also encountered the problem using output.icecast.mp3 so it does not
seem to come from the output, but either from input.http (I think so!) or
the strip/fallback induced by mksafe.
--
Ticket URL: <http://savonet.rastageeks.org/ticket/41>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !