Skip to content

Commit aa74fbc

Browse files
committed
Enable RTMP support
1 parent d65bdf3 commit aa74fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/fmmr-library/library/src/main/ffmpeg/build_ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pushd ffmpeg-$FFMPEG_VERSION
123123
--disable-devices \
124124
--disable-filters \
125125
--enable-encoder=png \
126-
--enable-protocol=file,http,https,mmsh,mmst,pipe,rtmp \
126+
--enable-protocol=file,http,https,mmsh,mmst,pipe,rtmp,rtmps,rtmpt,rtmpts,rtp \
127127
--disable-debug \
128128
--disable-asm \
129129
$ADDITIONAL_CONFIGURE_FLAG

0 commit comments

Comments
 (0)