[Live-devel] Accessing RTP packet header extension via live 555

Anon Sricharoenchai anon.hui at gmail.com
Thu Jul 9 22:43:15 PDT 2009


On 6/29/09, Ross Finlayson <finlayson at live555.com> wrote:
> > Is it possible to access the RTP packet header extension (with application
> data), which comes right after the CSRC list, via live 555 library?
> >
> > I mean, whether live 555 allows to go to such depth when working with RTP
> packets.
> >
>
>  No, not at present, unfortunately.
>

Could we access it using auxilliary read handler?

   void myfunc(void* data, unsigned char* packet, unsigned packetSize);

   subsession->readSource()->setAuxilliaryReadHandler(myfunc, data)


More information about the live-devel mailing list