Hi,

On Tue, Oct 13, 2015 at 2:47 AM, Abhilash Mhaisne <abhilashmhai...@gmail.com
> wrote:

> Hey all,
>              Does ffmpeg have an API for the real time transport protocol?
> If yes, can you give links? I am unable to find.


Just open a rtp://ip.ip.ip.ip:port link as argument to avformat_open_input.
You can use private options to set protocol (RTP/UDP) options. For sending,
it's the same, but you open an output file.

Ronald
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to