4

I am looking for h264 decoder C/C++ source code with RTP packetization support. My embedded device is sending 640x480 encoded h264 RTP packet. I would like to make a Windows XP/Vista based video streaming display.

Where can I find the source code to this?

1
  • take a look at gstreamer Commented Apr 2, 2012 at 16:02

2 Answers 2

5

You should take a look at the h.264 reference implementation. RTP packetization is supported, and there are both an encoder and a decoder.

Sign up to request clarification or add additional context in comments.

Comments

1

Videolan contains an implementation of h264 encoder (sorry - It uses ffmpeg to play back h264)

It's under the GPL and is a clean room implementation from the specs. Depending on your country there might also be patents on the decoder.

2 Comments

Sorry? The OP asks about a player and videolan contains player source
If is FFMpeg that contains the H.264 decoder. x264 is only an encoding library.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.