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.

This is the playlist:

  http://www.nuug.no/pub/video/published/20100112-munin.ogv
  http://www.nuug.no/pub/video/published/20091110-digitaleksamen.ogv

And this is the script

  set("log.file.path","/tmp/test.log")
  set("frame.video.channels",1)
  set("frame.video.width",384)
  set("frame.video.height",288)
  # http://www.nuug.no/pub/video/frikanalen/1241.ogv = /tmp/input.ogv
  backup = single("/tmp/input.ogv")
  list = playlist("playlist.txt")
  stream = fallback([list, backup])

  output.icecast.theora(host = "icecastserver", port = 8000,
    user = "source", password = "password",
    mount = "liq.ogv", stream)

Any idea what is going on?  Will this only happen with remote files,
or can the same problem happen with local files?  what is special
about the file 20100112-munin.ogv causing this hickup?

Happy hacking,
-- 
Petter Reinholdtsen

------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to