Hi ! Le vendredi 19 mars 2010 14:11:23, vous avez écrit : > > I would personally suggest to try liquidsoap SVN. The support for > > video there should be more complete (in particular channel mapping > > and other details). > > > > Also, we need more reports and testers before we can push for the > > first 1.0 beta release :-) > > Perhaps you can tell me if liquidsoap make sure the generated stream > is continous, even if it is told to switch streamed ogg file before > the file is completely streamed. > > We have tried with vlc and ezstream without the luck so far, and are > looking for a tool that allow us to create a web based open channel. > We have a list of ogg files and a schedule when they should air, and > in between we need to generate a program listing and run som fillers. > The schedule and meta information is fetched using SOAP from the web > application handling uploads and scheduling. > > Is liquidstream the right tools for this?
It seems liquidsoap could be used for that, indeed. Because liquidsoap decompress the video files, it allows it to recompose streams continously, which is what tools like VLC or ezstream, which only concatenate the streams, cannot do. You can as well switch from one file to another even if the current file is not yet finished. Additionally, you should be able to use transitions between your video files, either just a sequential composition, of more elaborated, like a fade.out and fade.out, or even a supperposition of them. The video support in the current SVN should already allow some most of what I describe here. We would be very interested to help you acheiving that and fixing any issue you may encounter along the way. If you want to continue this discussion, we can switch to the users mailing list at <[email protected]>. Hope this helps, Romain ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
