qw <applemax82@...> writes: > How to use specified rtmp plugin, i.e. build-in rtmp > plugin or rtmpdump plugin, if rtmpdump is enabled and > built within ffmpeg?
There is always only one rtmp demuxer within FFmpeg, by default it is FFmpeg's native demuxer, if you enable librtmp, you get the libtrmp demuxer(s) but no native rtmp demuxer. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
