Hello,
i compiled the 0.9.3 Full tar ball from sourceforge and try to start the server.
And i become this messages:
TagLib: MPEG::Header::parse() -- Invalid sample rate.
TagLib: MPEG::Header::parse() -- Invalid sample rate.
and then it crashs.
here is my radio.liq config file:
#!/usr/bin/liquidsoap
set("audio.converter.samplerate.libsamplerate.quality","best")
set("buffering.path","/tmp")
set("server.telnet", true)
set("server.telnet.port",9002)
set("decoding.buffer_length",10.)
set("harbor.bind_addr","0.0.0.0")
set("harbor.password","SoUrCe")
set("harbor.port",8005)
set("harbor.reverse_dns",true)
set("harbor.username","source")
set("log.level",5)
set("log.stdout", true)
set("mad.check_mime",true)
set("init.daemon",true)
day = playlist("/streaming/radio/playlists/all.m3u")
default = single("/streaming/radio/music/default.mp3")
#radio = fallback([ switch([({ 1h-22h }, day), ({ 22h-1h }, day)])])
## Save with fallback
radio = fallback([ switch([({ 1h-22h }, day), ({ 22h-1h }, day)]), default])
# Add the ability to relay live shows
full = fallback(track_sensitive=false,
[input.http("http://media.xxx.net:8000/live.ogg"),
radio])
### Server Vars ###
genre="Various"
url="www.xxx.net"
desc="xxxxxx."
output.icecast.mp3(
bitrate=160,
id="XXX MP3 High",name="xxx.net - LIVE vom xxx",
genre=genre,url=url,description=desc,
host="localhost",port=8000,password="123456",
mount="mp3-high-stream",full)
## LIVE SHOWS ##
full =
fallback(track_sensitive=false,
[input.http("http://xxx.net:8000/live.ogg"),
radio])
I hope you can help me
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users