Hi, On Tue, Apr 13, 2010 at 4:39 AM, Petter Reinholdtsen <[email protected]> wrote: > I ran into a strange thing just now. I extended my test playlist with > some http based Ogg Theora files. The playing started after a while, > but for the file > <URL: http://www.nuug.no/pub/video/published/20100112-munin.ogv >, the > first part of the file started (the intro), and then when the rest of > the video should continue, the video playout stopped for a long time > (several minutes) before continuing.
When you put an URI in a playlist, it is resolved before playing, which means that liquidsoap downloads it fully (using wget) then plays it. So no, this problem shouldn't be with remote files only. A possible problem would be that when decoding a multi-track file (as a file, not as a stream) liquidsoap stops after the first track. This is the current default, and will at least have to remain the same for files with heterogeneous tracks (one track pure audio, one track video, etc). But I downloaded your file, and I'm currently playing it fine with liquidsoap SVN, I didn't notice any hangup after the intro (i.e. the guy starts speaking after the credits). I also tried encoding the stream as theora, and didn't notice a hangup. I'll see later if it's different with exactly your script, i.e. when decoding/encoding the audio as well and sending everything to some icecast server. Cheers, -- David ------------------------------------------------------------------------------ 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
