You won't be able to use an SDL output on a server without a graphical
output. (Unless there's an ascii art video module for SDL, but I doubt
it...) What you should try is output to icecast using %theora, and
watch the video on your desktop machine.
On Fri, Aug 26, 2011 at 1:23 PM, <fabeau@free.fr> wrote:
> s = single("/home/liquid/images/bloc_promo4.jpg")
> s = video.add_image( file="/home/liquid/images/bloc_promo4.jpg",s)
> VIDEO = mksafe(mux_video(video=s,FINAL))
> clock(id="video", output.sdl(fallible=true,s))
What was the difference with the script that gave you the "Library not
initialized" error?
Also note that VIDEO is unused in your script, and therefore that line
is useless... a recent liquidsoap should have raised an error about
that.