search for: rtpenc_xiph

Displaying 2 results from an estimated 2 matches for "rtpenc_xiph".

2017 Feb 06
2
libvorbis without encapulsation
...mentioned on the libvorbis docs page, are there sample > > implementations (in C) of this yet anywhere?  > Sorry that should say RTP, not RLP I am not sure I understand exactly what you are asking, but libavformat has a RTP packetizer that works for both Vorbis and Theora, implemented in rtpenc_xiph.c. But this packetizer is meant for use in the RTP muxer of libavformat itself, and the RTP muxer relies on the packet's metadata, that, when it comes from libvorbis, is derived from the fields of the ogg_packet structure. Thus, you still need that ogg_packet structure anyway. Regards, --...
2017 Feb 06
2
libvorbis without encapulsation
L'octidi 18 pluviôse, an CCXXV, Miscellaneous a écrit : > I've built some simple code on the excellent libvorbis API overview on > the xiph.org site, but the example relies on the ogg_packet struct for > final output and input to decoder, and shows now examples on how to do > without it. Why do you not want it? It is just a simple C struct to carry the packet's metadata.