I can't watch h.264 video mp4 format in Opera browser. Ubuntu version 19.10. It was working in 19.04.
Asked
Active
Viewed 7,246 times
4
-
2I think the problem is due to the absence of h264 decoder. To solve it, just install the needed libraries mentioned in the link shared by @digiwizkid . – singrium Oct 22 '19 at 08:32
2 Answers
5
In my experience, to install Opera from snap was not necessary. Just install the chromium codecs from snap by:
sudo snap install chromium-ffmpeg
Then go to the created /snap/chromium-ffmpeg
directory and search for the libffmpeg.so
file (I just selected the folder with the higher number supposing is the newest, in my case /snap/chromium-ffmpeg/15/chromium-ffmpeg-95241
).
Copy and replace the libffmpeg.so
file to the /usr/lib/x86_64-linux-gnu/opera directory
. That worked for me.

Eliah Kagan
- 117,780