Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2014-08-20 18:27:00 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-08-20 18:27:00 +0400
commitc2dbcfb953b6ab89a90fe739c896c450f0646718 (patch)
treee3cb4cd44851bffc30a2040a2ff3d5f69c86d032 /build_ffmpeg.sh
parent1c3f78b3b1a58bd2a78c1ad4b68fc814167c8e3d (diff)
Enable crypto protocol
This allows playing AES encrypted HLS streams
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 2b158118..1adf1687 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -70,6 +70,7 @@ configure() (
--enable-protocol=mmst \
--enable-protocol=rtp \
--enable-protocol=http \
+ --enable-protocol=crypto \
--disable-muxers \
--enable-muxer=spdif \
--disable-hwaccels \