tags:

views:

781

answers:

4

I am looking for source code of RTP Payload Format for H.264 Video according to RFC(3984). It would be great if someone can point out it.

Also I am looking for wireshark plugin which can show me the packet decoding of h264.

Thank you guys in advance.

A: 

You can start with FFMpeg's source code (under LGPL); the rtp_h264.c contains the code that parse H.264 RTP frame. You should have a solid knowledge of the RFC 3984 to follow the code...

Laurent Etiemble
+1  A: 

Above link gives me a "404 Not Found" error.

This may fix it (for now).

http://github.com/erlyvideo/ertsp/blob/master/src/rtp_server.erl

milton