[FFmpeg-devel] RTP API in ffmpeg

Ronald S. Bultje rsbultje at gmail.com
Tue Oct 13 12:57:54 CEST 2015


Hi,

On Tue, Oct 13, 2015 at 2:47 AM, Abhilash Mhaisne <abhilashmhaisne at 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


More information about the ffmpeg-devel mailing list