Hi,

I have some silly problem with liquid soap. 
here is my cast code: 

"
#!/usr/bin/liquidsoap
#Superfly Musiccast Tagesplaylist mit 22-02: Clubdrive und 02-04: Easydrive

# Log dir
set("log.file.path","/tmp/basic-radio.log")



clubdrive = playlist("/home/airtime/gastrostream/playlists/Clubdrive.m3u")
easydrive = playlist("/home/airtime/gastrostream/playlists/Easydrive.m3u")
jingles = playlist("/home/airtime/gastrostream/playlists/DROPS.m3u")


day= audio_to_stereo(playlist(id="musiccast_playlist",mode="normal","/home/airtime/gastrostream/playlists/playlist.m3u"))
evening = audio_to_stereo(rotate(weights = [1, 3],[jingles, clubdrive]))
night = audio_to_stereo(rotate(weights = [1, 3],[jingles, easydrive]))

radio = fallback([switch([({ 4h-22h }, day),
                      ({ 22h-2h }, evening),
                      ({ 2h-4h }, night)])])


# Stream it out
output.icecast(%mp3(bitrate=128, samplerate=44100, stereo=true),name="Xt",
genre="Black / Soul",url=""http://musiccast.superfly.fm/" style="font-family: Helvetica; font-size: medium; line-height: normal; ">http://musiccast.superfly.fm",description="Finest Superfly Sound for your Business",
host = X", port = X,
password = "X", mount = "X",
mksafe(crossfade(normalize(radio))))

"

liquid soap is running on centos. the problem: liquidsoap plays no aif files. there is always the message: 
unable to decode ""/home/airtime/mairlistdata/BarryWhite/LetTheMusicPlay/YouSeeTheTroubleWithMe.aif" as {audio=1+;video=0;midi=0}!"

the aif is absolutely ok and can be played with several players. 

this is a real problem since 1 third of our playlists are aif. i don't know what to do. i tried converting to wav and back with ffmpeg. same error. 
i also cannot find someone else with this problem. 

any ides? 

thank you in advance
greetings
Stephan





Stephan Zoratti
Technik

Superfly Radio GmbH
Mariahilferstrasse 84/5/2
A-1070 Wien

Tel:    +43 1 961 983 0 - 14
Fax:   +43 1 961 983 0 - 28

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to