So, is it the case that I shouldn&#39;t base my program on player_example.c, but instead use liboggz? Is there a sample theora player that uses liboggz that I could use as a reference?<br><br>I guess the general question is: I&#39;m writing a theora player, I want basic operations such as play, pause, rewind, fast forward, seek to a particular place; given that, what API should I be using?<br>
<br><br>Thanks,<br> Shayne Wissler<br><br><div class="gmail_quote">On Mon, May 11, 2009 at 3:01 PM, Gregory Maxwell <span dir="ltr">&lt;<a href="mailto:gmaxwell@gmail.com">gmaxwell@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Mon, May 11, 2009 at 4:52 PM, Shayne Wissler &lt;<a href="mailto:wissler@gmail.com">wissler@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I&#39;ve written a program loosely based on<br>
&gt; libtheora-1.0/examples/player_example.c, I would like to add the ability to<br>
&gt; randomly seek to a particular place in the stream (for starters, skipping<br>
&gt; forward or backward N seconds at a time).<br>
&gt;<br>
&gt; I found some useful information at<br>
&gt; <a href="http://www.xiph.org/ogg/doc/ogg-multiplex.html" target="_blank">http://www.xiph.org/ogg/doc/ogg-multiplex.html</a>, but I was wondering if any<br>
&gt; sample code existed that implemented seeking?<br>
&gt;<br>
&gt; Thanks for any help.<br>
<br>
</div></div>You may want to look at liboggz (<a href="http://www.xiph.org/oggz/doc/" target="_blank">http://www.xiph.org/oggz/doc/</a>).<br>
</blockquote></div><br>