Have you taken a look at previous posts regarding this issue? Here is a solution Widevine + H.264 Support on Ubuntu 19.10
Posts made by johnnyboycurtis
-
RE: Netflix Video Playback ErrorOpera for Linux
-
RE: Netflix on Linux UbuntuOpera for Linux
Consider reviewing the answer on Widevine + H.264 Support on Ubuntu 19.10
for support Netflix, Amazon Prime, YouTube, etc... -
RE: Opera, Netflix, and LinuxOpera for Linux
@parasit you may need to just re-copy the files to their correct locations. It's not a big deal. Takes 1 minute.
-
RE: Opera, Netflix, and LinuxOpera for Linux
@parasit no idea what people are complaining about. I have no issue watching Netflix, Hulu or Amazon Prime content.
-
RE: Opera, Netflix, and LinuxOpera for Linux
Please see the solution in Widevine + H.264 Support on Ubuntu 19.10
FYI I am watching Netflix in Opera + Ubuntu right now.
-
RE: Not able to play streams since 64.0.3417.92 updateOpera for Linux
Are you on linux? What distro are you using? If you're on anything Debian/Ubuntu based, then see this post for solutions dealing with codecs and Widevine. Widevine + H.264 Support on Ubuntu 19.10
-
RE: Widevine + H.264 Support on Ubuntu 19.10Opera for Linux
@romanzipp are you using Google Chrome from https://www.google.com/chrome/ ? You should download the
.deb
file from that source to install Google Chrome. Don't use Chromium or snap to install Google Chrome. This applies to Opera as well. Download Opera from https://www.opera.com/download . -
RE: Can not play videos on websites by Opera 63.0.3368.88 and .107Opera for Linux
@undencem I am able to watch that video just fine using Opera version 62.0.3331.116
-
RE: Widevine and OperaOpera for Linux
I'm currently watching Netflix right now on Ubuntu 19.10 using the solution: Widevine + H.264 Support on Ubuntu 19.10.
- Opera version 62.0.3331.116
-
RE: Opera cannot play certain videos on latest version of Kubuntu 19.10Opera for Linux
Hello,
I've created an article addressing the issues created by the newest version of Ubuntu 19.10. Please follow the link https://forums.opera.com/topic/36229/widevine-h-264-support-on-ubuntu-19-10
-
RE: Netflix on Linux UbuntuOpera for Linux
My answer below is no longer usable on Ubuntu 19.10 and later.
@johnnyboycurtis said in Netflix on Linux Ubuntu:
On Ubuntu 16/18 LTS, you can bring support for Netflix by copying the libffmpeg file from Google Chrome. You can run the simple command:
sudo cp /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so
Please refer to the following article for an updated solution Widevine + H.264 Support on Ubuntu 19.10
Best,
Jonathan -
Widevine + H.264 Support on Ubuntu 19.10Opera for Linux
There are new changes with the release of Ubuntu 19.10 that interrupt Opera's support for Widevine and H.264 videos. Note that this solution assumes you have Google Chrome installed. I've only had time to test this on Ubuntu.
With previous iterations of Ubuntu (e.g. 18.04 and 19.04) I was had widevine (Netflix, Amazon Prime) and H.264 (YouTube) support with a simple adjustments. You need to copy over Google Chrome's
libffmpeg.so
file over to Opera's directorysudo cp /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so
However, in Ubuntu 19.10 things changed a bit. The
libffmpeg.so
file moved to/usr/share/code/libffmpeg.so
. The fix was fairly easysudo cp /usr/share/code/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so
This returned support for H.264 videos (YouTube). But widefine was still missing. Again, files moved with Ubuntu 19.10's release. Here is where I found the necessary
libwidevinecdm.so
file.sudo cp /opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so /opt/google/chrome/libwidevinecdm.so
Looking at Opera's files we can see that it utilizes Google's files once again.
(base) jonathan@asus:~$ cat /usr/lib/x86_64-linux-gnu/opera/resources/widevine_config.json [ { "preload" : "/opt/google/chrome/libwidevinecdm.so" }, { "preload" : "/opt/google/chrome-beta/libwidevinecdm.so" }, { "preload" : "/opt/google/chrome-unstable/libwidevinecdm.so" } ]
So the fix is to copy that
livwidevinecdm.so
to one of those directories. The above command does so.I hope this helps anyone out there encountering this problem. Comments and suggestions are welcome (especially for non-Ubuntu distributions).
- Opera add-ons
-
RE: Netflix on Linux UbuntuOpera for Linux
@jwalker8 have you tried running the command,
sudo cp /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so
It requires a recent version of Google Chrome and Opera. This provides a support fix for Netflix, YouTube and Amazon Video.
-
RE: Netflix on Linux UbuntuOpera for Linux
On Ubuntu 16/18 LTS, you can bring support for Netflix by copying the libffmpeg file from Google Chrome. You can run the simple command:
sudo cp /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so