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