[theora] Theora without ogg packaging

Ralph Giles giles at xiph.org
Mon Aug 7 07:20:07 PDT 2006


On Mon, Aug 07, 2006 at 01:35:45PM +0200, Jere Gmail wrote:

> Is there anyway to avoid the using of ogg to package the data?
> With the frames there is no problem, but with the header i can't figure it
> out.

The theora library always returns things in an ogg_packet structure, but 
you can use the data in another container. Just copy out the packet 
data.

There's some example RTP code in http://svn.xiph.org/trunk/xiph-rtp/
for an example.

 -r


More information about the theora mailing list