Requirements to watch a webcast¶
Windows/Mac¶
- Tested browsers: Chrome, Edge, Firefox, Safari, Brave.
You will need a recent version of Chrome, Firefox or Safari (Other browsers may work too).
iOS/iPadOS/Android¶
- Tested browsers: Chrome, Safari, Brave.
You will need a recent version of Chrome or Safari (Other browsers may work too).
Linux¶
- Tested browsers: Firefox.
It may be necessary to install some libraries (ffmpeg) depending on the distro.
Follow the next instructions to watch live events on Firefox.
Alma Linux 9
Install ffmpeg running the following commands.
sudo dnf update -y
sudo dnf install epel-release -y
sudo dnf config-manager --set-enabled crb
sudo dnf install https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm -y
sudo dnf install ffmpeg -y
Centos 7,8 and 9
The following commands were provided by the CERN's Linux support to install ffmpeg.
sudo yum -y install epel-release
sudo yum -y install https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm
sudo yum -y install ffmpeg