Hi Luca, I did not get your point. i am using libavcodec just for encoding of raw data. Could explain little more? To send encoded data over network i am using my own RTP stack.
Thanks On Tue, Jul 27, 2010 at 10:54 PM, Luca Abeni <[email protected]> wrote: > On 27/07/10 19:10, Umakant Goyal wrote: > >> Hi All, >> >> I am encoding raw data into h.264 format using libavcodec >> avcodec_encode_video API. >> I am able to encode the data. >> Now my question is that does libavcodec add RTP Payload (as per RFC 3984) >> on >> encode data? >> > Yes. Just open an AVFormatContext with format "rtp", and use > "rtp://<destination address>:<destination port>" as an URL. > > > Luca > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
