sorry I wasn't clear, streaming on a icecast server using theora is what I am trying .
here is the end of script
output.icecast (%ogg(%vorbis,%theora),
host="host.com",port=8000,password="xxxxx",
mount="video",
VIDEO)
but there is something needing the FB driver, maybe the input management.
----- Mail original -----
De: "David Baelde" <david.baelde@gmail.com>
À: fabeau@free.fr
Cc: savonet-users@lists.sf.net
Envoyé: Vendredi 26 Août 2011 17:18:14
Objet: Re: [Savonet-users] Video stream
Hi,
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.
Cheers,
--
David