[Libav-user] Encoding and Decoding on separate ends

2013-01-20 Thread Vitsas Nikolaos
Hi, I want to be able to open a video file on one end, encode it to h264 and then send it over RTP(custom library) to another end for decoding. I am not sure how exactly I am going to open the AVFormatContext and AVCodecContext on the receiving end. I am able to serialize AVPackets correctly.

Re: [Libav-user] Encoding and Decoding on separate ends

2013-01-21 Thread David Longest
Hello Vistas, > I want to be able to open a video file on one end, encode it to h264 and then > send it over RTP(custom library) to another end for decoding. > I am not sure how exactly I am going to open the AVFormatContext and > AVCodecContext on the receiving end. I am able to serialize AVPac

Re: [Libav-user] Encoding and Decoding on separate ends

2013-01-21 Thread hatred
Hi Vistas, > I want to be able to open a video file on one end, encode it to h264 and then send it over RTP(custom library) to another end for decoding.> I am not sure how exactly I am going to open the AVFormatContext and > AVCodecContext on the receiving end. I am able to serialize AVPackets cor