Widevine and Opera
-
stefanw1337 last edited by 6 Jun 2020, 16:47
$ ls -lR /usr/lib/opera | grep widevine_config.json
ls: cannot access '/usr/lib/opera': No such file or directory$ locate /usr/lib/opera | grep widevine_config.json
$ find . widevine_config.json
find: ‘widevine_config.json’: No such file or directory -
burnout426 Volunteer last edited by 7 Jun 2020, 02:48
Get the non-snap version of Opera and then see https://www.reddit.com/r/operabrowser/wiki/opera/linux_widevine_config.
-
stefanw1337 last edited by 8 Jun 2020, 17:19
@fonm Exactly the same answers. Any more ideas? I need to try the non-snap version I suppose.
-
stefanw1337 last edited by 8 Jun 2020, 17:58
@burnout426 I mean, even after installing snap:
$ sudo ls -lR /usr/lib/opera | grep widevine_config.json
ls: cannot access '/usr/lib/opera': No such file or directory$ sudo locate /usr/lib/opera | grep widevine_config.json
$ sudo find . widevine_config.json | grep widevine_config.json
find: ‘widevine_config.json’: No such file or directory -
leocg Moderator Volunteer last edited by 8 Jun 2020, 18:15
@stefanw1337 I guess that is exactly because your are using the snap version. Did you try the regular version?
-
stefanw1337 last edited by 9 Jun 2020, 09:47
@leocg Snap is the regular version, for the everyday user? At least, that's what the store installed for me. The other store was upgraded at some point to the "Snap Store".
I haven't been testing that much, as you can see the folders are the same as before. But when I went to check for DRM, it said it had widevide, so I suppose it's fine.
-
leocg Moderator Volunteer last edited by 9 Jun 2020, 13:03
@stefanw1337 Snap is one of the ways to install Opera on Linux. There are also the Deb and RPM packages.
-
stefanw1337 last edited by stefanw1337 9 Jun 2020, 13:31 9 Jun 2020, 13:08
@leocg I know, which is what I did to install the non-snap version(dpkg). But shouldn't the easier option have the most mainstream options and choices for the "normal" more casual user? You know, those new to linux?
Edit: seems more software is weird on snap. For instance Spotify.
-
burnout426 Volunteer last edited by burnout426 10 Jun 2020, 06:01 10 Jun 2020, 06:01
To get the snap version of Opera to use proprietary codecs, I guess you need to do something special. I don't know the details, but https://www.google.com/search?q=chromium+ffmpeg+codecs+extra+snap+package might help. The snap-provided codecs must be built for the version of Chromium Opera uses just like with the non-snap version. Then, for Widevine, you might have to do something similar. https://www.google.com/search?q=chromium+widevine+snap might help.
-
A Former User last edited by 11 Jun 2020, 02:20
@stefanw1337 To fix this on new Opera installations just copy lib: libffmpeg.so to the Opera directory.Terminal command: sudo cp /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/
-
fonm last edited by fonm 14 Jun 2020, 05:21 14 Jun 2020, 05:13
archlinux
opera --version 68.0.3618.165 locate /usr/lib/opera|grep -i ffmpeg /usr/lib/opera/libffmpeg.so /usr/lib/opera/lib_extra/libffmpeg.so /usr/lib/opera/resources/ffmpeg_preload_config.json file /usr/lib/opera/libffmpeg.so /usr/lib/opera/libffmpeg.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]=ce701d11f0356081f48723c46e39da4607b6b87b, stripped file /usr/lib/opera/lib_extra/libffmpeg.so /usr/lib/opera/lib_extra/libffmpeg.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), statically linked, not stripped du -h /usr/lib/opera/libffmpeg.so 1,7M /usr/lib/opera/libffmpeg.so du -h /usr/lib/opera/lib_extra/libffmpeg.so 4,3M /usr/lib/opera/lib_extra/libffmpeg.so
-
stefanw1337 last edited by 14 Jun 2020, 16:01
@fonm I mean, good for you?
$ locate /usr/lib/opera|grep -i ffmpeg
And for the sake of sudo:
$ sudo locate /usr/lib/opera|grep -i ffmpegNothing. This with both snap and non-snap installed.
-
stefanw1337 last edited by stefanw1337 14 Jun 2020, 16:02 14 Jun 2020, 16:01
@kalebesouza said in Widevine and Opera:
@stefanw1337 To fix this on new Opera installations just copy lib: libffmpeg.so to the Opera directory.Terminal command: sudo cp /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/
$ sudo cp /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/
cp: cannot stat '/usr/lib/chromium-browser/libffmpeg.so': No such file or directory$ find . libffmpeg.so | grep libffmpeg.so
find: ‘libffmpeg.so’: No such file or directory -
leocg Moderator Volunteer last edited by 14 Jun 2020, 16:55
@stefanw1337 Do you have Chromium installed?
-
leocg Moderator Volunteer last edited by 14 Jun 2020, 18:07
@stefanw1337 And did you check if the installation directory is that one?
-
A Former User last edited by 14 Jun 2020, 20:58
@stefanw1337 Make sure you installed the package: chromium-codecs-ffmpeg-extra. Usually this package is installed together with the ubuntu-restricted-extras package
- 12 days later
-
bobsteel last edited by 27 Jun 2020, 01:50
@stefanw1337
clearly you have not got ‘libffmpeg.so installed so how can you expect things to work . Go find it and install it . maybe it got coerrupted or lost somehow