Displaying 1 result from an estimated 1 matches for "packeout".
Did you mean:
packetout
2007 Feb 16
1
AW: How to do Theora playback efficiently ?
...w packets and
so run out of data.
Thanks for the hint related to the liboggplay API.
But did you read it's source code? Please tell me, why there you can't find
any of these functions or states we are talking about. There is no
ogg_sync_state, no ogg_stream_state, no pagein, no pageout, no packeout,
nothing at all besides vorbis/theora decode calls. So why the developer is
working with his own functions only?
I think it's because most of the ogg sync/stream handling functions are crap
or at least not usable in efficient real world applications... and their
documentation is even worse.
T...