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. -- http://www.apple.com A veces me da por ahi. Otras como que no. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20060807/51019fd1/attachment.html
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