<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I've rewritten my theora player using liboggz. I've stumbled upon a few issues though. First of all liboggz exposes oggz_read and oggz_run, but how can i read only sound data, or only video data using liboggz, say something like this: oggz_read_sound(1024), oggz_read_video(1024).<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Second of all i tried using liboggz's seek function. Immediately after the seek i get some "garbage" frames: how can i address this issue?<br></td></tr></table><br>