Troubleshooting videos issues in chromium based browsers
Be aware that this manipulation could cause your browser to not launch anymore or make your pages crash !
So be sure to have a backup of your datas before doing it.
Goto opera://about
or vivaldi://about
,
then Ctrl+F
to find 'Chrome'
in the user-agent,
version number is Chrome/XX
.other_numbers .
Go here and get your file based on your chromium version.
(If link is dead check the first link in Resources below)
Go here and download the chromium-codecs-ffmpeg-extra_XX
where XX
is your chromium version.
( i386 refers to 32bits & amd64 to 64bits version)
cd <directory-where-you-download-.deb>
ar x <.deb-you-just-download> data.tar.xz
tar -xJf data.tar.xz --strip-components=4 ./usr/lib/chromium-browser/libffmpeg.so
Find where the browser folder is ! Usually :
# Vivaldi
cp libffmpeg.so /opt/vivaldi/lib/
# Opera
cp libffmpeg.so /usr/lib/x86_64-linux-gnu/opera
On the browser's update, libffmpeg.so could become incompatible again, and make you repeat all the process 😮💨
⋅ OperaBrowser Wiki (Reddit) - you will find some great advices there, go checkout !
⋅ Original Gist - "Install libffmpeg.so in vivaldi"
Fix