Invalid value at line 12 char 15 - line 14 char 51:
#!/usr/local/bin/liquidsoap set("log.file.path","/home/otani/test.log") myplaylist = playlist("/media/music") def crossfade(~start_next,~fade_in,~fade_out,s) s = fade.in(duration=fade_in,s) s = fade.out(duration=fade_out,s) fader = fun (a,b) -> add(normalize=false,[b,a]) cross(duration=start_next,fader,s) end output.icecast(%mp3, host="localhost", port = 8000, password = "Rhbdfvfrcbv12", myplaylist)
* Supported input formats - Vorbis : no (requires vorbis) - Theora : no (requires theora) - Speex : no (requires speex) - Dirac : no (requires schroedinger) - Flac (native) : yes - Flac (ogg) : no (requires flac.ogg) - MP3 : yes - AAC : no (requires faad) - text-to-speech : requires text2wave (festival) and sox at runtime - XML playlists : yes - Lastfm : no (requires lastfm) * Supported output formats - Vorbis : no (requires vorbis) - MP3 : yes - AAC : no (requires voaacenc) - AAC+ : no (requires aacplus) - SPEEX : no (requires speex) - Theora : no (requires theora) - Dirac : no (requires schroedinger) * Tags - Taglib (ID3 tags) : yes - Vorbis : no (requires vorbis) - charset detection : yes * Input / output - Icecast/Shoutcast : yes - AO : yes - OSS : yes - ALSA : no (requires alsa) - Portaudio : yes - Pulseaudio : no (requires pulseaudio) - JACK : yes - GStreamer : no (requires gstreamer) * Audio manipulation - Samplerate : yes - SoundTouch : no (requires soundtouch) - LADSPA : yes * Video manipulation - Gavl : no (requires gavl) - camlimages : no (requires camlimages) * MIDI manipulation - DSSI : no (requires dssi) * Visualization - Graphics : yes - SDL : no (requires sdl) - GD : no (requires gd) * Additional libraries - dynlink : yes - magic : no (requires magic) - lo : no (requires lo) - yojson : no (requires yojson) * Graphical interfaces - Python GUI : yes (requires >=pyGTK-2.0)
apt-get remove --purge liquidsoap
apt-get autoremove