Skip to content

Commit

Permalink
feat: update protocols list
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Jul 14, 2023
1 parent 7caa8f6 commit 42772c7
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions buildscripts/scripts/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,25 @@ cpuflags=
--enable-filter=equalizer \
\
--enable-protocol=async \
--enable-protocol=cache \
--enable-protocol=data \
--enable-protocol=ffrtmphttp \
--enable-protocol=file \
--enable-protocol=ftp \
--enable-protocol=hls \
--enable-protocol=http \
--enable-protocol=httpproxy \
--enable-protocol=https \
--enable-protocol=pipe \
--enable-protocol=rtmp \
--enable-protocol=rtmps \
--enable-protocol=rtmpt \
--enable-protocol=rtsp \
--enable-protocol=rtmp* \
--enable-protocol=rtmpts \
--enable-protocol=rtp \
--enable-protocol=udp \
--enable-protocol=subfile \
--enable-protocol=tcp \
--enable-protocol=pipe \
--enable-protocol=tls \
--enable-protocol=srt \

make -j$cores
make DESTDIR="$prefix_dir" install
Expand Down

0 comments on commit 42772c7

Please sign in to comment.