[vlc-devel] RTP header reference
Rémi Denis-Courmont
remi at remlab.net
Wed Nov 24 08:51:19 CET 2010
On Tue, 23 Nov 2010 15:55:49 -0600, "GaoFeng" <gfeng at linsys.ca> wrote:
> I have already check the vlc source code. But it seems the vlc did not
> include any code about the definition of RTP header. So, I guess the vlc
> should use other linux library as its RTP header file definition
reference.
> I tried searching it by myself. But I still did not find it. Could anyone
> give me some clue that which linux library the vlc used as it RTP header
> format reference or give me some suggestion about how to find such
library?
> Thanks.
In general, VLC parses binary data using pointer arithmetic, not using
packed structures. So there is no independent definition of the RTP header
format inside VLC.
--
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list