> I wanted to compile ffmpeg3 with librtmp, which is made available > through net/rtmpdump, but including net/rtmpdump/buildlink3.mk doesn't > bring in /usr/local/lib/librtmp and friends. Can someone tell me what > I'm missing?rtmp support is included in ffmpeg, so why bother? :) Also, rtmpdump seems unmaintainted, or even merged into ffmpeg.
librtmp supports rtmp handshaking beyond what the default rtmp supports, so compiling with --enable-librtmp is desirable in some cases.
John