Last active
November 9, 2019 07:09
-
-
Save RoboWeb/aadea91c8167f158360390a807433295 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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