Hello,

 

I have problem with last hg liquid version. liquid run correctly but seems
stop after first song. Process take running but nothing work (CPU process to
33% when it's ok and 1% when ko)

 

Last log

 

2011/12/15 19:45:59 [metadata.ogg:4] Invalid file extension for
"/home/radio1/TUBES- Tempo tres soutenu/10 - Sophie Ellis-Bextor - Murder On
The Dancefloor (Album Version).MP3"!

2011/12/15 19:45:59 [player_1(dot)lst:4] Remaining: 9.9s, queued: 0.0s,
adding: 30.0s (RID 8)

2011/12/15 19:46:11 [decoder:4] Decoding "/home/radio1/TUBES- Hits Ete
2011/09 - Nicole Scherzinger - Don't Hold Your Breath.MP3" ended:
Mad.End_of_stream.

2011/12/15 19:46:12 [player_1(dot)lst:3] Finished with "/home/radio1/TUBES-
Hits Ete 2011/09 - Nicole Scherzinger - Don't Hold Your Breath.MP3".

2011/12/15 19:46:12 [player_1(dot)lst:4] Remaining: 0.0s, queued: 30.0s,
taking: 30.0s

2011/12/15 19:46:12 [player_1(dot)lst:3] Prepared "/home/radio1/TUBES- Tempo
tres soutenu/10 - Sophie Ellis-Bextor - Murder On The Dancefloor (Album
Version).MP3" (RID 8).

2011/12/15 19:46:12 [source:4] Source src_5880 gets up.

2011/12/15 19:46:12 [src_5880:4] Content kind is {audio=2;video=0;midi=0}.

2011/12/15 19:46:12 [fade_out_4680:4] Activations changed:
static=[src_5880:cross_4681, src_5858:cross_4681], dynamic=[cross_4681].

2011/12/15 19:46:12 [fade_out_4680:4] Enabling caching mode: two static
activations.

2011/12/15 19:46:12 [source:4] Source buffer_5879 gets up.

2011/12/15 19:46:12 [buffer_5879:4] Content kind is
{audio=2;video=0;midi=0}.

2011/12/15 19:46:12 [buffer_5879:4] Activations changed:
static=[src_5880:cross_4681], dynamic=[].

2011/12/15 19:46:12 [src_5880:4] Activations changed: static=[cross_4681],
dynamic=[].

2011/12/15 19:46:12 [src_5858:4] Activations changed: static=[], dynamic=[].

2011/12/15 19:46:12 [source:4] Source src_5858 gets down.

2011/12/15 19:46:12 [fade_out_4680:4] Activations changed:
static=[src_5880:cross_4681], dynamic=[cross_4681].

2011/12/15 19:46:12 [fade_out_4680:4] Disabling caching mode.

2011/12/15 19:46:12 [buffer_5857:4] Activations changed: static=[],
dynamic=[].

2011/12/15 19:46:12 [source:4] Source buffer_5857 gets down.

2011/12/15 19:46:12 [src_4670:4] Got metadata at position 0: calling
handler...

2011/12/15 19:46:12 [lang:3] Metadata: album=Fun Anthology

2011/12/15 19:46:12 [lang:3] Metadata: genre=Data & Other

2011/12/15 19:46:12 [lang:3] Metadata: comment=Ripped by Winamp

2011/12/15 19:46:12 [lang:3] Metadata: filename=/home/radio1/TUBES- Tempo
tres soutenu/10 - Sophie Ellis-Bextor - Murder On The Dancefloor (Album
Version).MP3

2011/12/15 19:46:12 [lang:3] Metadata: status=playing

2011/12/15 19:46:12 [lang:3] Metadata: year=2011

2011/12/15 19:46:12 [lang:3] Metadata: source=player_1(dot)lst

2011/12/15 19:46:12 [lang:3] Metadata: initial_uri=/home/radio1/TUBES- Tempo
tres soutenu/10 - Sophie Ellis-Bextor - Murder On The Dancefloor (Album
Version).MP3

2011/12/15 19:46:12 [lang:3] Metadata: tracknumber=10

2011/12/15 19:46:12 [lang:3] Metadata: on_air=2011/12/15 19:46:12

2011/12/15 19:46:12 [lang:3] Metadata: rid=8

2011/12/15 19:46:12 [lang:3] Metadata: kind={audio=2;video=0;midi=0}

2011/12/15 19:46:12 [lang:3] Metadata: artist=Sophie Ellis-Bextor

2011/12/15 19:46:12 [lang:3] Metadata: decoder=MP3

2011/12/15 19:46:12 [lang:3] Metadata: temporary=false

2011/12/15 19:46:12 [lang:3] Metadata: title=Murder On The Dancefloor (Album
Version)

2011/12/15 19:46:12 [src_4686:4] Got metadata at position 0: calling
handler...

2011/12/15 19:46:14 [buffer_5879:4] End of track.

2011/12/15 19:46:14 [buffer_5879:4] Buffer emptied, buffering needed.

2011/12/15 19:46:15 [cross_4681:4] Buffering end of track...

2011/12/15 19:46:15 [cross_4681:4] More buffering will be needed.

 

 

Config file:

# SERVER SETTINGS

set("log.file.path","/RADIOROOT/LOGS/player_1.log")

set("log.stdout", true)

set("server.telnet", true)

set("server.telnet.port",8012)

 

set("decoding.buffer_length",60.)

 

# function to display new metadatas

def print_meta(m) =

  def print(z) =

    label = fst(z)

    value = snd(z)

    log("Metadata: #{label}=#{value}")

  end

  list.iter(print,m)

end

 

 

meta = ref []

 

# Update current metadata

# converted in UTF8

def update_meta(m) =

  m = metadata.export(m)

  recode = string.recode(out_enc="UTF-8")

  def f(x) =

    (recode(fst(x)),recode(snd(x)))

  end

  meta := list.map(f,m)

end

 

# Apply update_metadata

# every time we see a new

# metadata

 

# Return the json content

# of meta

def get_meta(~method,~protocol,~data,~headers,uri) =

  m = !meta

  http_response(

    protocol=protocol,

    code=200,

    headers=[("Content-Type","application/json; charset=utf-8")],

    data=json_of(m)

  )

end

 

# INPUT SETTINGS

list = playlist(mode="normal", "/RADIOROOT/PLAYERS/player_1.lst")

list = on_metadata(print_meta, list)

default = single("/home/securite.mp3")

 

live =
input.harbor(buffer=10.,max=20.,"live",port=8013,password="numeripass")

source = fallback(track_sensitive = false,[ request.queue(id="request") ,
live, list, default])

 

 

 

# EFFECTS SETTINGS

source = crossfade(fade_in=1.,fade_out=0.,start_next=2.,source)

 

source = nrj(source)

source = normalize(source)

 

# Register get_meta at port

source = on_metadata(update_meta,source)

harbor.http.register(port=8014,"/getmeta",get_meta)

 

# OUTPUT SETTINGS

output.harbor(%mp3(bitrate=128),port=8010,mount="listen",url="
<http://www.numerizik.com>
http://www.numerizik.com",icy_metadata="true",protocol="icy",source)

 

version liquid :

Liquidsoap 1.0.0+scm (default@33f84725fecf:20111215:115101)

Copyright (c) 2003-2011 Savonet team

Liquidsoap is open-source software, released under GNU General Public
License.

See <http://savonet.sf.net> for more information.

 

Can you help me ?

 

Thanks

 

Guillaume

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to