<?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[Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint]]></title><description><![CDATA[<p dir="auto">I've been using Linux Mint and Opera for about a year now and never had any problems playing videos and GIFS in facebook. But both videos and GIFS stopped working, only in facebook, about 2 weeks ago. I can still play videos on YouTube and can play GIFS on sites like <a href="http://giphy.com" target="_blank" rel="noopener noreferrer nofollow ugc">giphy.com</a>. I can even play videos and GIFS in facebook Messenger, but not facebook itself. If I switch over to Chrome, videos and GIFS on facebook work fine, so the problem is only with Opera. I have scoured my facebook settings for anything that might be causing this problem but came up empty. Facebook used to have a setting to disable automatic video playback, and I thought the problem might be related to that, but I no longer see that in the settings options. I am running Linux Mint version 4.4.0-130-generic and Opera version 54.0. Any thoughts?</p>
]]></description><link>https://forums.opera.com/topic/27537/can-t-play-facebook-videos-or-gifs-in-opera-w-linux-mint</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 02:48:55 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/27537.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Jul 2018 02:54:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Fri, 10 Apr 2020 13:49:07 GMT]]></title><description><![CDATA[<p dir="auto">Facebook was not playing videos. other browsers were playing the videos  (chrome, firefox,). fixed by downloading Opera messenger add on</p>
]]></description><link>https://forums.opera.com/post/206043</link><guid isPermaLink="true">https://forums.opera.com/post/206043</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 10 Apr 2020 13:49:07 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Fri, 31 Jan 2020 19:03:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/222059">@ferroao</a> Hi, make sure you have <code>opera-ffmpeg-codecs</code> installed, I only need to install <code>opera</code> plus that package in my Arch Linux and it works successfully.</p>
]]></description><link>https://forums.opera.com/post/197655</link><guid isPermaLink="true">https://forums.opera.com/post/197655</guid><dc:creator><![CDATA[nelsinchi]]></dc:creator><pubDate>Fri, 31 Jan 2020 19:03:59 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Fri, 31 Jan 2020 18:08:15 GMT]]></title><description><![CDATA[<p dir="auto">I think chromium solutions do not work any more, for being based on snaps now.<br />
I did: sudo cp /usr/share/discord/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera</p>
]]></description><link>https://forums.opera.com/post/197654</link><guid isPermaLink="true">https://forums.opera.com/post/197654</guid><dc:creator><![CDATA[ferroao]]></dc:creator><pubDate>Fri, 31 Jan 2020 18:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Thu, 28 Nov 2019 00:38:21 GMT]]></title><description><![CDATA[<p dir="auto">@unsalkorkmaz said in <a href="/post/188642">Can't play facebook videos or GIFS in Opera w/Linux Mint</a>:</p>
<blockquote>
<p dir="auto">If you came for Centos 7, just run this:</p>
<pre><code>#!/bin/bash

latest_version_url=$(curl https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/latest -s -L -I -o /dev/null -w '%{url_effective}')
latest_version=${latest_version_url##*/}

zip_name="$latest_version-linux-x64.zip"

dir_to_unzip=/usr/lib64/opera

cd /tmp 
wget https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/$latest_version/$zip_name -q

sudo unzip -o $zip_name -d $dir_to_unzip

rm $zip_name
</code></pre>
</blockquote>
<p dir="auto">Thanks, this also works in fedora 31</p>
]]></description><link>https://forums.opera.com/post/190658</link><guid isPermaLink="true">https://forums.opera.com/post/190658</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 28 Nov 2019 00:38:21 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Tue, 12 Nov 2019 12:49:30 GMT]]></title><description><![CDATA[<p dir="auto">If you came for Centos 7, just run this:</p>
<pre><code>#!/bin/bash

latest_version_url=$(curl https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/latest -s -L -I -o /dev/null -w '%{url_effective}')
latest_version=${latest_version_url##*/}

zip_name="$latest_version-linux-x64.zip"

dir_to_unzip=/usr/lib64/opera

cd /tmp 
wget https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/$latest_version/$zip_name -q

sudo unzip -o $zip_name -d $dir_to_unzip

rm $zip_name
</code></pre>
]]></description><link>https://forums.opera.com/post/188642</link><guid isPermaLink="true">https://forums.opera.com/post/188642</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 12 Nov 2019 12:49:30 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Mon, 07 Oct 2019 18:06:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/215348">@damianw345</a> your script worked for me. Thank you very much!</p>
]]></description><link>https://forums.opera.com/post/183930</link><guid isPermaLink="true">https://forums.opera.com/post/183930</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 07 Oct 2019 18:06:21 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Tue, 09 Apr 2019 17:41:26 GMT]]></title><description><![CDATA[<p dir="auto">My script for me (Debian/sid):</p>
<pre><code>#!/bin/sh
# https://packages.ubuntu.com/cosmic/amd64/chromium-codecs-ffmpeg-extra/download

lib_opera=/usr/lib/x86_64-linux-gnu/opera
dl_url=http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/
dl_package=chromium-codecs-ffmpeg-extra
dl_deb=_73.0.3683.86-0ubuntu0.18.10.1_amd64.deb  # modify the version number

tmpfolder=/tmp/${dl_package}
mkdir -p ${tmpfolder}

wget ${dl_url}${dl_package}${dl_deb} -P ${tmpfolder}
cd ${tmpfolder}

ar -x ${dl_package}${dl_deb}
tar -xJf data.tar.xz

# with sudo
sudo cp ${tmpfolder}/usr/lib/chromium-browser/libffmpeg.so ${lib_opera}/libffmpeg.so

# without sudo but run the script as root
# cp ${tmpfolder}/usr/lib/chromium-browser/libffmpeg.so ${lib_opera}/libffmpeg.so

cd ..
rm -r ${tmpfolder}
</code></pre>
]]></description><link>https://forums.opera.com/post/167349</link><guid isPermaLink="true">https://forums.opera.com/post/167349</guid><dc:creator><![CDATA[alexs]]></dc:creator><pubDate>Tue, 09 Apr 2019 17:41:26 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Tue, 09 Apr 2019 09:34:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/215348">@damianw345</a><br />
Sorry but I couldn't find the edit comment option.</p>
<p dir="auto">I've updated the script to always download latest version.</p>
<pre><code>#!/bin/bash

latest_version_url=$(curl https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/latest -s -L -I -o /dev/null -w '%{url_effective}')
latest_version=${latest_version_url##*/}

zip_name="$latest_version-linux-x64.zip"

dir_to_unzip=/usr/lib/x86_64-linux-gnu/opera

cd /tmp 
wget https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/$latest_version/$zip_name -q --show-progress

sudo unzip -o $zip_name -d $dir_to_unzip

rm $zip_name
</code></pre>
]]></description><link>https://forums.opera.com/post/167307</link><guid isPermaLink="true">https://forums.opera.com/post/167307</guid><dc:creator><![CDATA[damianw345]]></dc:creator><pubDate>Tue, 09 Apr 2019 09:34:29 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Mon, 01 Apr 2019 13:17:47 GMT]]></title><description><![CDATA[<p dir="auto">I've created script to automate a bit this thing, which @toof mentioned. It's written for Ubuntu and specific version to be downloaded but you can reassign the values as you need.</p>
<p dir="auto">#!/bin/bash</p>
<p dir="auto">zip_name=0.35.4-linux-x64.zip<br />
dir_to_unzip=/usr/lib/x86_64-linux-gnu/opera</p>
<p dir="auto">cd /tmp<br />
wget <a href="https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.35.4/$zip_name" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.35.4/$zip_name</a> -q --show-progress</p>
<p dir="auto">sudo unzip -o $zip_name -d $dir_to_unzip</p>
<p dir="auto">rm $zip_name</p>
]]></description><link>https://forums.opera.com/post/166898</link><guid isPermaLink="true">https://forums.opera.com/post/166898</guid><dc:creator><![CDATA[damianw345]]></dc:creator><pubDate>Mon, 01 Apr 2019 13:17:47 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Fri, 25 Jan 2019 07:42:04 GMT]]></title><description><![CDATA[<p dir="auto">@toof This also fixed my issue after literally trying everything else and spending days trying to fix this. Thank you OP!</p>
]]></description><link>https://forums.opera.com/post/163234</link><guid isPermaLink="true">https://forums.opera.com/post/163234</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 25 Jan 2019 07:42:04 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Wed, 16 Jan 2019 09:51:56 GMT]]></title><description><![CDATA[<p dir="auto">@toof  On Ubuntu the path is <strong>/usr/lib/x86_64-linux-gnu/opera/</strong></p>
]]></description><link>https://forums.opera.com/post/162679</link><guid isPermaLink="true">https://forums.opera.com/post/162679</guid><dc:creator><![CDATA[remitico]]></dc:creator><pubDate>Wed, 16 Jan 2019 09:51:56 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Wed, 16 Jan 2019 09:50:53 GMT]]></title><description><![CDATA[<p dir="auto">@toof Thanks a lot, your solution works perfectly and you saved my time!</p>
]]></description><link>https://forums.opera.com/post/162678</link><guid isPermaLink="true">https://forums.opera.com/post/162678</guid><dc:creator><![CDATA[remitico]]></dc:creator><pubDate>Wed, 16 Jan 2019 09:50:53 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Sun, 13 Jan 2019 08:06:23 GMT]]></title><description><![CDATA[<p dir="auto">tihs happened to me and i codunt find any solution for opera .so i uninstalled opera and installed opera -beta or opera developer version  instead ..both works properly without any problems playing all videos..</p>
]]></description><link>https://forums.opera.com/post/162527</link><guid isPermaLink="true">https://forums.opera.com/post/162527</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 13 Jan 2019 08:06:23 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Sun, 23 Dec 2018 01:44:35 GMT]]></title><description><![CDATA[<p dir="auto">I have fixed the issue in my Arch Linux by installing <code>opera-ffmpeg-codecs</code>. I hope this helps to others.</p>
]]></description><link>https://forums.opera.com/post/161440</link><guid isPermaLink="true">https://forums.opera.com/post/161440</guid><dc:creator><![CDATA[nelsinchi]]></dc:creator><pubDate>Sun, 23 Dec 2018 01:44:35 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Mon, 03 Dec 2018 21:17:29 GMT]]></title><description><![CDATA[<p dir="auto">Download one of these:<br />
<a href="https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases</a><br />
And put it into <strong>/usr/lib64/opera</strong><br />
Overwrite if if there's the same file already</p>
]]></description><link>https://forums.opera.com/post/160176</link><guid isPermaLink="true">https://forums.opera.com/post/160176</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 03 Dec 2018 21:17:29 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Sat, 17 Nov 2018 17:18:52 GMT]]></title><description><![CDATA[<p dir="auto">Since nothing has changed, either on opera's side (support for more proprietary codecs) or on the sites' side (support of a different or open format, eg webm), things remain the same.<br />
In fact, I think it would be reasonable to say you should not expect a change in the years to come.</p>
]]></description><link>https://forums.opera.com/post/159032</link><guid isPermaLink="true">https://forums.opera.com/post/159032</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 17 Nov 2018 17:18:52 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Fri, 16 Nov 2018 17:34:14 GMT]]></title><description><![CDATA[<p dir="auto">any update on this?<br />
It kind suck <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--disappointed_face" title=":(" alt="😞" /></p>
]]></description><link>https://forums.opera.com/post/158972</link><guid isPermaLink="true">https://forums.opera.com/post/158972</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 16 Nov 2018 17:34:14 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Wed, 17 Oct 2018 05:13:45 GMT]]></title><description><![CDATA[<p dir="auto">Hey, it's that time of the month again!<br />
You know, the one that chromium gets updated from upstream, and a few days later distro's upgrade their chromium related packages.<br />
After that, ubuntu users flood the forum whining that opera is broken again.</p>
<p dir="auto">Please be patient <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61b.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--face_with_tongue" title=":P" alt="😛" /></p>
]]></description><link>https://forums.opera.com/post/157094</link><guid isPermaLink="true">https://forums.opera.com/post/157094</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 17 Oct 2018 05:13:45 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Wed, 10 Oct 2018 21:47:39 GMT]]></title><description><![CDATA[<p dir="auto">I solved the problem by updating my opera. My current version is 56.0.3051.43. If anyone has the same issue then go to <a href="https://www.opera.com/browser" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.opera.com/browser</a> download the latest version(.deb) install it.</p>
]]></description><link>https://forums.opera.com/post/156718</link><guid isPermaLink="true">https://forums.opera.com/post/156718</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 10 Oct 2018 21:47:39 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Sat, 29 Sep 2018 19:57:19 GMT]]></title><description><![CDATA[<p dir="auto">Here's answer why OPERA don't play videos.<br />
<img src="/assets/uploads/files/1538250996746-opera-snapshot_2018-09-29_204547_blogs.opera.com.png" alt="0_1538250996625_Opera Snapshot_2018-09-29_204547_blogs.opera.com.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://forums.opera.com/post/155856</link><guid isPermaLink="true">https://forums.opera.com/post/155856</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 29 Sep 2018 19:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Tue, 25 Sep 2018 16:13:11 GMT]]></title><description><![CDATA[<p dir="auto">Good news everyone!<br />
Opera 56 reached stable, so it should work with chromium ffmpeg codecs 69, so please do your upgrades and may the "broken html5/h264 support" whining stop for September.<br />
Thank you <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/155570</link><guid isPermaLink="true">https://forums.opera.com/post/155570</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 25 Sep 2018 16:13:11 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t play facebook videos or GIFS in Opera w&#x2F;Linux Mint on Thu, 20 Sep 2018 13:27:23 GMT]]></title><description><![CDATA[<p dir="auto">Im having the same issues, along with Dailymotion videos not working at all "Try updating your browser, or use a different one".<br />
Also, Nicotine is not working properly. It says theres an error due to Upnp support.<br />
This all came about when I updated to Linux Mint 19. So far, no help from the Update Manager.</p>
]]></description><link>https://forums.opera.com/post/155261</link><guid isPermaLink="true">https://forums.opera.com/post/155261</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 20 Sep 2018 13:27:23 GMT</pubDate></item></channel></rss>