<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p>You can find an OggSpots video file here: http://mml-streamdb01.ira.uka.de/StreamingCalendar/recordings/Rec_-<em>Microkernel_Construction</em>-<em>2012-04-20_09-45</em>-_[2012-04-20_09-45].ogg</p>
</blockquote>
<p>Awesome! Though it seems that there are issues seeking in the file using the current implementation of the ogg demuxer. One way to reproduce the issue is by invoking vlc with the following (which is supposed to start playback at 2:00).</p>
<pre><code>vlc -vvv Rec*.ogg :start-time=120</code></pre>
<p>It currently starts playback at around 03:20, and there is no way to seek to a an eariler time (according to my minor testing just now). I can however reproduce the issue you were discussing in this thread, so the file will still be of use (when I get back to working on the preroll issue(s)).</p>
<p>Thank you!</p>