Re: [FFmpeg-devel] how to use two rtmp plugins in ffmpeg

2016-06-28 Thread Ricardo Constantino
If librtmp is enabled FFmpeg will only use it. You can't select one or the other on runtime. On 28 June 2016 at 12:14, qw wrote: > Hi, > > ffmpeg has its own built-in rtmp plugin, and also support to use rtmpdump as > another rtmp plugin. > > How to use specified rtmp plugin, i.e. build-in rtmp

[FFmpeg-devel] how to use two rtmp plugins in ffmpeg

2016-06-28 Thread qw
Hi, ffmpeg has its own built-in rtmp plugin, and also support to use rtmpdump as another rtmp plugin. How to use specified rtmp plugin, i.e. build-in rtmp plugin or rtmpdump plugin, if rtmpdump is enabled and built within ffmpeg? Thanks! Regards Andrew ___