Skip to content

Instantly share code, notes, and snippets.

@RoboWeb
Last active November 9, 2019 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoboWeb/aadea91c8167f158360390a807433295 to your computer and use it in GitHub Desktop.
Save RoboWeb/aadea91c8167f158360390a807433295 to your computer and use it in GitHub Desktop.
This is a easy fix!
Download the last libffmpeg from [here](https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/) and decompress it.
Install at Opera directory, click at the top left corner at the Opera logo and About Opera, look at your Opera Installation path, on Debian is at /usr/lib/x86_64-linux-gnu/opera
Copy the libffmpeg.so to that path with:
`sudo cp libffmpeg.so /usr/lib/x86_64-linux-gnu/opera`
Restart Opera
![alt text]
The fix is not permanent, for every Opera update you need to do this again.
For Debian there is no chromium codec and this libffmpeg is always up-to-date and align with Opera updates.
How to install libffmpeg: https://linuxize.com/post/how-to-install-ffmpeg-on-ubuntu-18-04/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment