Hi list, I tried to build up a minimal webtv using liquidsoap and I have some question ? (You’ll help me a lot if you answer only one of them, don’t feel obliged to answer all to reply ;-))
First, a rather off topic one not important one : the website is much user friendly than liquidsoap —list-plugins. is there an easy way to get video.add_image and input.v4l2 referred at http://liquidsoap.fm/doc-svn/reference.html ? Then my main concern : my first attempt is to set up the following : —8<—— safe=single(...) fromfile=fallback([request.equeue(id="ajouer"),safe]) rawlive=input.harbor(…) live=rawlive radio=fallback(track_sensitive=false,[live,fichiers]) infinite= add([blank(),radio]) output.icecast(infinite) —8<—— my problems are : 1/ my "safe" file has no sound. if I put a file with sound in the queue, it is played but without sound. If I try to do safe=mux_audio(audio=blank(),single(…)), putting a correct request (tried 2 different) in the queue does not fail but the file is not played … do you have clue of why ? (There is one clue in the log « notification: This doesn't look like a Speex file » but I cannot decode it) 2/ If I replace live=rawlive by live=video.add_text.gstreamer(…,raw live), I have my received external stream with some text when a stream is received as expected but if I use live=video.add_image(…,raw live), live never fails and I have a black screen with my logo when no external stream is received. How could I get the behavior « image with logo if (and as long as) an image exists » ? More generally, is there a varient of « add » that fails as soon as one of its element fails ? 3/ I’m sure the information is somewhere. My live stream is fragile and liquidsoap plays very well its role to fallback. Never the less, I would prefer that less than 3s freeze remains freeze rather than reload the « safe » video. How could I do that ? Thanks a lot in advance. All the best, Pierre B. ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
