Hello, I've written a program loosely based on libtheora-1.0/examples/player_example.c, I would like to add the ability to randomly seek to a particular place in the stream (for starters, skipping forward or backward N seconds at a time). I found some useful information at http://www.xiph.org/ogg/doc/ogg-multiplex.html, but I was wondering if any sample code existed that implemented seeking? Thanks for any help. Shayne Wissler -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20090511/14fb5029/attachment.htm
On Mon, May 11, 2009 at 4:52 PM, Shayne Wissler <wissler at gmail.com> wrote:> Hello, > > I've written a program loosely based on > libtheora-1.0/examples/player_example.c, I would like to add the ability to > randomly seek to a particular place in the stream (for starters, skipping > forward or backward N seconds at a time). > > I found some useful information at > http://www.xiph.org/ogg/doc/ogg-multiplex.html, but I was wondering if any > sample code existed that implemented seeking? > > Thanks for any help.You may want to look at liboggz (http://www.xiph.org/oggz/doc/).