From 4a5a4b676e338c6a27ebaa5548862aaca9f8971f Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 1 Mar 2018 12:24:04 +0100 Subject: README: mention some semi-required FFmpeg dependencies I think DASH playback tends to work much better with FFmpeg's DASH demuxer, which requires libxml2. For nvdec, FFmpeg git master now requires the external nvidia headers, since the builtin ones were removed. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 16ac975ea4..14bfa9ab15 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,10 @@ FFmpeg dependencies: - OpenSSL or GnuTLS (have to be explicitly enabled when compiling FFmpeg) - libx264/libmp3lame/libfdk-aac if you want to use encoding (have to be explicitly enabled when compiling FFmpeg) +- For native DASH playback, FFmpeg needs to be built with --enable-libxml2 + (although there are security implications). +- For good nvidia support on Linux, make sure nv-codec-headers is installed + and can be found by configure. - Libav also works, but some features will not work. (See section below.) Most of the above libraries are available in suitable versions on normal -- cgit v1.2.3