[FFmpeg-user] activating rtmp_* options

Andrey Utkin andrey.krieger.utkin at gmail.com
Tue Oct 1 15:40:09 CEST 2013


2013/9/30 Mustafa Yavuz <89.yavuz at gmail.com>:
> Hi,
> I am enabling rtmp while configuration with --enable-librtmp of ffmpeg,
> however, most of rtmp options were not installed (only -rtmp_app  and
> -rtmp_playpath), how will I enable the others like rtmp_swfurl,
> rtmp_pageurl?

There are two RTMP implementations usable with ffmpeg:
1. using librtmp,
2. ffmpeg internal protocol driver.

Options you need (rtmp_swfurl etc.) belong to the second one.
So drop --enable-librtmp flag, and add --enable-rtmp.

-- 
Andrey Utkin


More information about the ffmpeg-user mailing list