Re: ogg packets get lost
Yorn <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Organization | streamnik |
| Message-ID | <[email protected]> |
Hi Patrick, Am Freitag 04 Januar 2008 12:01:04 schrieb Patrick Byrne: > IANAGuru, but it sounds as though you are trying to 'keep' the ogg > packet pointer you get from ogg_stream_packetout(). This is not possible > - it is only a pointer to data inside the stream, and will most likely > be invalidated as soon as you add another page into the stream. true! However, for seeking/cutting (e.g. keeping the packets since the last keyframe) this is really a mess (or is there another way to get arround this?). Actually I think about extracting the pages and packets by my own code, as this is not really difficult and saves me a lot of headache. Yorn