<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Widevine and Opera]]></title><description><![CDATA[<p dir="auto">Opera for linux, does not come with widevine. Please mods, don't try to tell people it does.</p>
]]></description><link>https://forums.opera.com/topic/28663/widevine-and-opera</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 16:07:33 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/28663.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Sep 2018 02:16:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Widevine and Opera on Thu, 20 Feb 2020 20:45:27 GMT]]></title><description><![CDATA[<p dir="auto">I can confirm that widevine is working again on stable 66 <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto">Have somebody figured out how to use widevine with snap version of Opera? It appears, that only reason it is not working, is that snaps don't have access to /opt/google/chrome. If devs provide alternative location for storing widevine, fe somewhere in /home folder snaps should also plays nicely with widevine.</p>
]]></description><link>https://forums.opera.com/post/199685</link><guid isPermaLink="true">https://forums.opera.com/post/199685</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 20 Feb 2020 20:45:27 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 18 Feb 2020 17:48:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi @igitqara, yes, because the Opera itself doesn't provide H.264 codec in its "<a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a>" lib in the package.</p>
<p dir="auto">Regarding the "lib_extra", the lib can be placed also in any custom folder. You can change the path to it in <code>ffmpeg_preload_config.json</code> file, which is located in the /path/to/opera's-install-root/resources folder.</p>
]]></description><link>https://forums.opera.com/post/199470</link><guid isPermaLink="true">https://forums.opera.com/post/199470</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 18 Feb 2020 17:48:54 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 18 Feb 2020 15:09:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/1029531">@l33t4opera</a> still you need to add <a href="http://ffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">ffmpeg.so</a> file under lib_extra directory.</p>
]]></description><link>https://forums.opera.com/post/199469</link><guid isPermaLink="true">https://forums.opera.com/post/199469</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 18 Feb 2020 15:09:15 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 18 Feb 2020 14:46:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys, the Widevine is <a href="https://blogs.opera.com/desktop/changelog-for-66/#b3515.103" target="_blank" rel="noopener noreferrer nofollow ugc">fixed</a> now also in the <a href="https://blogs.opera.com/desktop/2020/02/opera-66-0-3515-103-stable-update/" target="_blank" rel="noopener noreferrer nofollow ugc">latest</a> Opera stable for Linux.</p>
]]></description><link>https://forums.opera.com/post/199464</link><guid isPermaLink="true">https://forums.opera.com/post/199464</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 18 Feb 2020 14:46:36 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 18 Feb 2020 10:28:23 GMT]]></title><description><![CDATA[<p dir="auto">Here's how I'm getting Widevine for Opera Stable without installing Chrome. It's based on <a href="https://gist.github.com/ruario/3c873d43eb20553d5014bd4d29fe37f1" target="_blank" rel="noopener noreferrer nofollow ugc">https://gist.github.com/ruario/3c873d43eb20553d5014bd4d29fe37f1</a>.</p>
<pre><code>wget https://dl.google.com/widevine-cdm/versions.txt

wdm=$( cat versions.txt | tail -n1 )

wget https://dl.google.com/widevine-cdm/$wdm-linux-x64.zip

unzip $wdm-linux-x64.zip

mkdir WidevineCdm

mv manifest.json WidevineCdm

mkdir "WidevineCdm/_platform_specific"

mkdir "WidevineCdm/_platform_specific/linux_x64"

mv libwidevinecdm.so "WidevineCdm/_platform_specific/linux_x64"
</code></pre>
<p dir="auto">Then, put the WidevineCdm folder in a spot Opera is looking for like /opt/google/chrome:</p>
<pre><code>sudo mkdir /opt

sudo mkdir /opt/google

sudo mkdir /opt/google/chrome

sudo mv WidevineCdm /opt/google/chrome
</code></pre>
<p dir="auto">Then:</p>
<pre><code>cat /usr/lib/x86_64-linux-gnu/opera/resources/widevine_config.json
</code></pre>
<p dir="auto">and make sure the first preload is exactly:</p>
<p dir="auto">"preload" : "/opt/google/chrome/WidevineCdm"</p>
<p dir="auto">If not, fix it.</p>
]]></description><link>https://forums.opera.com/post/199452</link><guid isPermaLink="true">https://forums.opera.com/post/199452</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Tue, 18 Feb 2020 10:28:23 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 18 Feb 2020 00:49:42 GMT]]></title><description><![CDATA[<p dir="auto">The setup I did for Opera Stable (66) for libffmpeg and Widevine on Linux Mint 19.3 XFCE is this:</p>
<ul>
<li>
<p dir="auto">Install Google Chrome and Opera.</p>
</li>
<li>
<p dir="auto">Create "/usr/lib/x86_64-linux-gnu/opera/lib_extra"</p>
</li>
<li>
<p dir="auto">Place <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> for Chromium 79 in the "lib_extra" folder. Got it from <a href="https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.43.6" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.43.6</a>.</p>
</li>
<li>
<p dir="auto">Copy "opt/google/chrome/WidevineCdm" to the "lib_extra" folder.</p>
</li>
<li>
<p dir="auto">Edit "/usr/lib/x86_64-linux-gnu/opera/resources/ffmpeg_preload_config.json" to be:</p>
<pre><code>[]
</code></pre>
</li>
<li>
<p dir="auto">Edit "/usr/lib/x86_64-linux-gnu/opera/resources/widevine_config.json" to be:</p>
<pre><code>  [
      {
         "preload": "/usr/lib/x86_64-linux-gnu/opera/lib_extra/WidevineCdm"
      }

  ]
</code></pre>
</li>
<li>
<p dir="auto">Uninstall Chrome and delete "/usr/lib/chromium-browser" for good measure.</p>
</li>
</ul>
<p dir="auto">In testing, unlike "lib_extra" for ffmpeg, Opera does not not search for the Widevine lib or the Widevine folder in any other place besides what's in widevine_config.json. It doesn't even search in "~/.config/opera/WidevineCdm".</p>
<p dir="auto">(See <a href="https://forums.opera.com/post/199264">https://forums.opera.com/post/199264</a> (my reply/question to @jimunderscorep) for why I edited the config files so Opera only searches for its own copies of libffmpeg and widevine.)</p>
]]></description><link>https://forums.opera.com/post/199433</link><guid isPermaLink="true">https://forums.opera.com/post/199433</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Tue, 18 Feb 2020 00:49:42 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Mon, 17 Feb 2020 13:35:18 GMT]]></title><description><![CDATA[<p dir="auto">Widewine works again in developer version (Version:68.0.3602.0). It seems that they have changed the format of widevine_config.json and now instead of poinitng to the library file, the addresses point to the WidevineCdm directory containing manifest.json file and _platform_specific directory. This would be by default /opt/google/chrome/WidevineCdm</p>
]]></description><link>https://forums.opera.com/post/199371</link><guid isPermaLink="true">https://forums.opera.com/post/199371</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 17 Feb 2020 13:35:18 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 18 Feb 2020 08:22:28 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys, I have some good news <code>;-)</code><br />
I just checked it, and the problem looks to be solved in the latest developer version<br />
(68.0.3602.0 - "DNA-84335 [Linux] Widevine is not working due to changed path of <a href="http://libwidevinecdm.so" target="_blank" rel="noopener noreferrer nofollow ugc">libwidevinecdm.so</a>"),<br />
when you provide proper path to Widevine's folder in the "widevine_config.json" file, for example "/usr/lib/chromium-browser/WidevineCdm".</p>
]]></description><link>https://forums.opera.com/post/199364</link><guid isPermaLink="true">https://forums.opera.com/post/199364</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 18 Feb 2020 08:22:28 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Sat, 15 Feb 2020 23:10:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/217440">@zekemx</a> said in <a href="/post/198216">Widevine and Opera</a>:</p>
<blockquote>
<p dir="auto">In conclusion.. Opera doesn't work with widevine anymore (As of today), I hope the Opera Developers would explain why, but probably they don't care about linux users anymore.</p>
</blockquote>
<p dir="auto">@ zekemx:- That's it in a nutshell. I read somewhere, not many days ago, that Opera has been bought out by one of the 'big boys'. Expect many more annoying changes like this over the next few releases; these people have made it crystal-clear that they are only going to support Windows <strong>exclusively</strong>.....because that's where the money is.</p>
<p dir="auto">Everybody else can go whistle. So; it looks like I, too, will be returning to Chrome again.</p>
<p dir="auto">Bloody annoying.....but at least Big Brother doesn't give you <strong>quite</strong> this many hoops to jump through for an overall 'experience'. And everything does work, with relatively little 'pain'.</p>
<p dir="auto">Mike. <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f620.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--angry_face" title=":angry_face:" alt="😠" /></p>
]]></description><link>https://forums.opera.com/post/199233</link><guid isPermaLink="true">https://forums.opera.com/post/199233</guid><dc:creator><![CDATA[miqwalsh]]></dc:creator><pubDate>Sat, 15 Feb 2020 23:10:55 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Thu, 06 Feb 2020 04:47:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/76252">@maydin95</a> said in <a href="/post/198022">Widevine and Opera</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/117479">@macfly1987</a> I read it from a Vivaldi developer in Vivaldi forum, he said there needs to be a manifest file but I have no what to do.</p>
</blockquote>
<p dir="auto">You can try asking <a href="https://twitter.com/ruari" target="_blank" rel="noopener noreferrer nofollow ugc">Ruari</a>. He deals with Linux for Vivaldi and has written all those libffmpeg and widewine scripts for Vivaldi. He used to work for Opera too. If it's something that can be fixed outside Opera with the manifest thing, he probably knows how to do it.</p>
]]></description><link>https://forums.opera.com/post/198228</link><guid isPermaLink="true">https://forums.opera.com/post/198228</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 06 Feb 2020 04:47:48 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Wed, 05 Feb 2020 22:35:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/76252">@maydin95</a> Hello and sorry for the delay.. My hard drive broke and I did not had any linux installed to test.</p>
<p dir="auto">It seems to me that the Opera Developers don't have the intention to support widevine in Opera linux for some reason.</p>
<p dir="auto">I did many changes and tests.<br />
modified the widevine.config.json  from: /opt/google/chrome/libwidevinecdm.so to /opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so (and subsecuent) since the latest chrome changed the <a href="http://libwidevinecdm.so" target="_blank" rel="noopener noreferrer nofollow ugc">libwidevinecdm.so</a> location.</p>
<p dir="auto">I downloaded the latest <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> and made sure H.264 support was enabled (Test it on: <a href="https://html5test.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://html5test.com/</a>).</p>
<p dir="auto">I created a soft link using: ln -s  /opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so /opt/google/chrome/ to be able to keep the original widevine_config.json file from opera (This worked great before so I didn't have to modify it everytime opera got updated.</p>
<p dir="auto">Nothing works... <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--disappointed_face" title=":-(" alt="😞" /></p>
<p dir="auto">In conclusion.. Opera doesn't work with widevine anymore (As of today), I hope the Opera Developers would explain why, but probably they don't care about linux users anymore.</p>
<p dir="auto">I even installed Opera for Windows and noticed that there is a folder named WidevineCdm located at: C:\Users\userprofile\AppData\Roaming\Opera Software\Opera Stable\WidevineCdm\ that seems to be google Chrome's.. so did the same on the linux side and did many tests, I even changed the manifest.json with no success.</p>
<p dir="auto">I noticed that in the manifest.json file the widevine library for linux is not defined so I did it myself.. Still it doesn't work.</p>
<p dir="auto">I have to say that I love Opera but since it doesn't work with widevine anymore and unable to watch netflix and listen to spotify I will remove it from my system.</p>
<p dir="auto">I'll keep you posted just in case it works for me.</p>
<p dir="auto">Regards<br />
Ezequiel Partida (ZekeMX)</p>
]]></description><link>https://forums.opera.com/post/198216</link><guid isPermaLink="true">https://forums.opera.com/post/198216</guid><dc:creator><![CDATA[zekemx]]></dc:creator><pubDate>Wed, 05 Feb 2020 22:35:09 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 04 Feb 2020 18:03:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/117479">@macfly1987</a> I read it from a Vivaldi developer in Vivaldi forum, he said there needs to be a manifest file but I have no what to do.</p>
]]></description><link>https://forums.opera.com/post/198022</link><guid isPermaLink="true">https://forums.opera.com/post/198022</guid><dc:creator><![CDATA[maydin95]]></dc:creator><pubDate>Tue, 04 Feb 2020 18:03:24 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Sun, 02 Feb 2020 07:53:06 GMT]]></title><description><![CDATA[<p dir="auto">I have the same problem. Debian testing system.</p>
<p dir="auto">Since Opera 66 and above, Widevine support does not work.</p>
<p dir="auto">I reported the problem to them several times, but no response.</p>
<p dir="auto">Can the creators of Opera explain why in their browser they can not add built-in libffmpeg and widevine in the browser? Somehow on Windows you do not need to install Google Chrome to have Widevine.</p>
<p dir="auto">Now there is also a problem with the <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> file, because before it was enough to install the appropriate package for Chromium. Now this file is stapled in the browser.</p>
<p dir="auto">Using Opera on Linux has become very limited and problematic.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/76252">@maydin95</a> , where to upload this file?</p>
]]></description><link>https://forums.opera.com/post/197768</link><guid isPermaLink="true">https://forums.opera.com/post/197768</guid><dc:creator><![CDATA[macfly1987]]></dc:creator><pubDate>Sun, 02 Feb 2020 07:53:06 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Fri, 31 Jan 2020 23:25:24 GMT]]></title><description><![CDATA[<p dir="auto">According to Vivaldi developers there needs to be a <code>manifest.json</code> file for Chromium 79+. I tried to use that manifest file for Opera but I couldn't make it work.</p>
<p dir="auto">If you want to try yourself here that file: (Make sure you have right version of Widevine)</p>
<pre><code>{
    "arch": "x64",
    "description": "Widevine Content Decryption Module",
    "manifest_version": 2,
    "name": "WidevineCdm",
    "os": "linux",
    "version": "4.10.1582.1",
    "x-cdm-codecs": "vp8,vp9.0,avc1,av01",
    "x-cdm-host-versions": "10",
    "x-cdm-interface-versions": "10",
    "x-cdm-module-versions": "4",
    "x-cdm-persistent-license-support": false
}
</code></pre>
]]></description><link>https://forums.opera.com/post/197673</link><guid isPermaLink="true">https://forums.opera.com/post/197673</guid><dc:creator><![CDATA[maydin95]]></dc:creator><pubDate>Fri, 31 Jan 2020 23:25:24 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Fri, 31 Jan 2020 11:28:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/45567">@parasit</a> I also confirm that after upgrading to Opera 66 the above mentioned solution is not working anymore. I have tried different versions of libwidevincdm but none worked. I have switched to Brave, since I had enough of this frustrating issue. All other chrome-based browsers such as Vivaldi and Brave already fixed this stupid problem by simply delivering the widevine with the browser.</p>
]]></description><link>https://forums.opera.com/post/197622</link><guid isPermaLink="true">https://forums.opera.com/post/197622</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 31 Jan 2020 11:28:21 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Fri, 31 Jan 2020 00:09:29 GMT]]></title><description><![CDATA[<p dir="auto">Great. It is broken after Opera 66 update. Chrome version is 79 right now. I have no problem with Youtube videos but I cannot access Spotify.</p>
<p dir="auto">I learned last version from this link: <a href="https://dl.google.com/widevine-cdm/versions.txt" target="_blank" rel="noopener noreferrer nofollow ugc">https://dl.google.com/widevine-cdm/versions.txt</a><br />
Then downloaded last Widewine library using this link: <a href="https://dl.google.com/widevine-cdm/4.10.1582.2-linux-x64.zip" target="_blank" rel="noopener noreferrer nofollow ugc">https://dl.google.com/widevine-cdm/4.10.1582.2-linux-x64.zip</a><br />
(This is what afore-mentioned script does)</p>
<p dir="auto">All settings are correct but Opera doesn't play DRM content. I have updated this file too: <code>/opt/google/chrome/libwidevinecdm.so</code></p>
<pre><code># /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"
   }
]
</code></pre>
]]></description><link>https://forums.opera.com/post/197582</link><guid isPermaLink="true">https://forums.opera.com/post/197582</guid><dc:creator><![CDATA[maydin95]]></dc:creator><pubDate>Fri, 31 Jan 2020 00:09:29 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 28 Jan 2020 10:23:48 GMT]]></title><description><![CDATA[<p dir="auto">P.S. (Can't edit now) Chrome on the same libs works fine and shows in Components - Widevine 4.10.1610.0, where Opera shows 0.0.0.0</p>
]]></description><link>https://forums.opera.com/post/197130</link><guid isPermaLink="true">https://forums.opera.com/post/197130</guid><dc:creator><![CDATA[parasit]]></dc:creator><pubDate>Tue, 28 Jan 2020 10:23:48 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 28 Jan 2020 09:52:02 GMT]]></title><description><![CDATA[<p dir="auto">Like <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/233457">@paulkastel</a> wrote before "I performed some updates of software and of operating system and Opera lost DRM support - again." I have AGAIN the same situation, but this time above solution just not work.<br />
I have new ffmpeg, libwidevinecmd, corrected (again !!!) widevine_config, and still no DRM, no Netflix, no Spotify.<br />
This is not annoying anymore, this is a joke. Every #fword update is the same situation.</p>
<p dir="auto">Any suggestions besides switching to Chrome?</p>
<p dir="auto">This time Opera 66.0.3515.44 on Kubunu Linux 19.10</p>
]]></description><link>https://forums.opera.com/post/197129</link><guid isPermaLink="true">https://forums.opera.com/post/197129</guid><dc:creator><![CDATA[parasit]]></dc:creator><pubDate>Tue, 28 Jan 2020 09:52:02 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Fri, 17 Jan 2020 14:48:50 GMT]]></title><description><![CDATA[<p dir="auto">@mpvrisavant Rally appreciate it!!! This has worked for me<img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f601.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--beaming_face_with_smiling_eyes" title=":beaming_face_with_smiling_eyes:" alt="😁" /> <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f601.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--beaming_face_with_smiling_eyes" title=":beaming_face_with_smiling_eyes:" alt="😁" /></p>
]]></description><link>https://forums.opera.com/post/195675</link><guid isPermaLink="true">https://forums.opera.com/post/195675</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 17 Jan 2020 14:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Sun, 29 Dec 2019 17:16:43 GMT]]></title><description><![CDATA[<p dir="auto">@igitqara this works. remember to clear browser cache too!</p>
]]></description><link>https://forums.opera.com/post/193802</link><guid isPermaLink="true">https://forums.opera.com/post/193802</guid><dc:creator><![CDATA[liewcheonfong]]></dc:creator><pubDate>Sun, 29 Dec 2019 17:16:43 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 10 Dec 2019 11:49:15 GMT]]></title><description><![CDATA[<p dir="auto">As mentioned above the problem is the predefined path of widevine plugin which points to an address which is not valid anymore.</p>
<ol>
<li>Install google chrome or download the <a href="http://libwidevinecdm.so" target="_blank" rel="noopener noreferrer nofollow ugc">libwidevinecdm.so</a></li>
<li>edit /usr/lib/x86_64-linux-gnu/opera/resources/widevine_config.json and give it the address of the <a href="http://libwidevinecdm.so" target="_blank" rel="noopener noreferrer nofollow ugc">libwidevinecdm.so</a><br />
in my case it was<br />
/opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so</li>
<li>restart the opera and it will work fine.<br />
I am using Opera 65 on Linux.</li>
</ol>
]]></description><link>https://forums.opera.com/post/192023</link><guid isPermaLink="true">https://forums.opera.com/post/192023</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 10 Dec 2019 11:49:15 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Thu, 21 Nov 2019 22:20:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/233457">@paulkastel</a><br />
I performed some updates of software and of operating system and Opera lost DRM support - again.</p>
<p dir="auto">(This is joke from creators of Opera, that after all this time it works on macOS and Windows and Linux version of their product is not supported as well).</p>
<p dir="auto">But - good news is that I performed same steps from my instruction but in step 5 I used newer version of codecs: 0.42.4-linux-x64.zip, and Opera ver. 65.0.3467.48 plays Spotify Web again.</p>
]]></description><link>https://forums.opera.com/post/189864</link><guid isPermaLink="true">https://forums.opera.com/post/189864</guid><dc:creator><![CDATA[paulkastel]]></dc:creator><pubDate>Thu, 21 Nov 2019 22:20:24 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Thu, 21 Nov 2019 06:31:08 GMT]]></title><description><![CDATA[<p dir="auto">@mpvrisavant It worked for me in Opera 65.0.3467.48. Thank for sharing</p>
]]></description><link>https://forums.opera.com/post/189747</link><guid isPermaLink="true">https://forums.opera.com/post/189747</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 21 Nov 2019 06:31:08 GMT</pubDate></item><item><title><![CDATA[Reply to Widevine and Opera on Tue, 19 Nov 2019 12:01:51 GMT]]></title><description><![CDATA[<p dir="auto">I have a same problem. If you have google chrome you can do this for widevine.</p>
<p dir="auto">ll /opt/google/chrome/WidevineCdm/<br />
ll /opt/google/chrome/WidevineCdm/_platform_specific/<br />
ll /opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/</p>
<p dir="auto">in this path if you have "<a href="http://libwidevinecdm.so" target="_blank" rel="noopener noreferrer nofollow ugc">libwidevinecdm.so</a>" you have to copy path "widevine_config.json" this file.<br />
your file like this:</p>
<pre><code>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"
   }
]
</code></pre>
<p dir="auto">first copy "<a href="http://libwidevinecdm.so" target="_blank" rel="noopener noreferrer nofollow ugc">libwidevinecdm.so</a>" /opt/google/chrome<br />
sudo cp /opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so /opt/google/chrome</p>
<p dir="auto">then add to this file path  widevine_config.json.</p>
<p dir="auto">sudo nano /usr/lib/x86_64-linux-gnu/opera/resources/widevine_config.json<br />
add this line:</p>
<pre><code>  "plugin" : "/opt/google/chrome/libwidevinecdmadapter.so"
</code></pre>
<p dir="auto">then file like this:<br />
[<br />
{<br />
"preload" : "/opt/google/chrome/libwidevinecdm.so",<br />
"plugin" : "/opt/google/chrome/libwidevinecdmadapter.so"<br />
},<br />
{<br />
"preload" : "/opt/google/chrome-beta/libwidevinecdm.so"<br />
},<br />
{<br />
"preload" : "/opt/google/chrome-unstable/libwidevinecdm.so"<br />
}<br />
]</p>
<p dir="auto">don't forget the "," :).<br />
hope it helps.</p>
]]></description><link>https://forums.opera.com/post/189517</link><guid isPermaLink="true">https://forums.opera.com/post/189517</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 19 Nov 2019 12:01:51 GMT</pubDate></item></channel></rss>