Skip to content

Commit bd95285

Browse files
committedMar 30, 2020
Update install doc for EL8
This obsoletes the broken download on studmanager.info.ucl.ac.be
1 parent 7aa0f6e commit bd95285

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎doc/install_ictv.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ ICTV has the following dependencies:
1818
technical and tag data for video and audio files.
1919
- FFmpeg, for automatic video transcoding to WebM.
2020

21-
The aforementioned dependencies can be installed on CentOS 7 as
21+
The aforementioned dependencies can be installed on CentOS 8 as
2222
follows:
2323

2424
.. highlight:: console
2525

2626
::
2727

28-
yum install -y https://centos7.iuscommunity.org/ius-release.rpm
29-
yum install -y git python35u python35u-pip python35u-devel ImageMagick-devel mediainfo
28+
dnf config-manager --set-enabled PowerTools
29+
dnf install python36 python36-devel git ImageMagick-devel mediainfo
3030

3131
Using SAML for authentication requires the following additional dependencies:
3232

3333
::
3434

35-
yum install -y libxml2 xmlsec1 libxml2-devel xmlsec1-devel xmlsec1-openssl-devel libtool-ltdl-devel
35+
dnf install wget gcc xmlsec1-devel libtool-ltdl-devel
3636

3737

3838
Installing the dependencies on macOS
@@ -45,17 +45,17 @@ All dependencies can be installed using brew.
4545
brew install imagemagick Libxml2 MediaInfo FFmpeg xmlsec1 libmagic
4646

4747

48-
Installing ffmpeg on CentOS 7
48+
Installing ffmpeg on CentOS 8
4949
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5050

51-
Installing ffmpeg on CentOS 7 is not easy as packages are not broadly available. Moreover, no package have compiled
52-
ffmpeg with the support for WebM encoders (libvpx and libvpx-vp9). We built new packages for this purpose. The
53-
nux-desktop repository offers their dependencies.
51+
Installing ffmpeg on CentOS 8 can be done via the RPMFusion repositories. It is compiled with the
52+
support for WebM encoders (libvpx and libvpx-vp9).
5453

5554
::
5655

57-
yum install -y http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
58-
yum install -y http://studmanager.info.ucl.ac.be/repo/repo-INGI/centos/7/x86_64/ffmpeg-2.8.13-2.el7.centos.x86_64.rpm http://studmanager.info.ucl.ac.be/repo/repo-INGI/centos/7/x86_64/ffmpeg-libs-2.8.13-2.el7.centos.x86_64.rpm http://studmanager.info.ucl.ac.be/repo/repo-INGI/centos/7/x86_64/libavdevice-2.8.13-2.el7.centos.x86_64.rpm
56+
dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
57+
dnf install https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm
58+
dnf install ffmpeg
5959
ffmpeg -encoders | grep vpx # Check that both vpx encoders are available
6060

6161
Installing ICTV

0 commit comments

Comments
 (0)
Please sign in to comment.