<?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[failed to play html5 video: unsupported codecs]]></title><description><![CDATA[<p dir="auto">for example , <a href="http://www.bilibili.com/video/av10870998/" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.bilibili.com/video/av10870998/</a> , there will be errors:</p>
<p dir="auto">[MediaError] Exception: Unsupported codecs Please install H.264 codec in your system</p>
]]></description><link>https://forums.opera.com/topic/21144/failed-to-play-html5-video-unsupported-codecs</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 09:26:20 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/21144.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 May 2017 06:52:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to failed to play html5 video: unsupported codecs on Thu, 01 Jun 2017 14:49:43 GMT]]></title><description><![CDATA[<p dir="auto">Don't know if the could make any difference.</p>
]]></description><link>https://forums.opera.com/post/122575</link><guid isPermaLink="true">https://forums.opera.com/post/122575</guid><dc:creator><![CDATA[zalex108]]></dc:creator><pubDate>Thu, 01 Jun 2017 14:49:43 GMT</pubDate></item><item><title><![CDATA[Reply to failed to play html5 video: unsupported codecs on Thu, 01 Jun 2017 14:20:02 GMT]]></title><description><![CDATA[<p dir="auto">I do not use vlc, so I have no idea if its <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> (if it does have one) will work on opera. I really doubt it will, because that lib will be made for use on a player not on a web browser.</p>
<p dir="auto">As for the extensions, I would only try the first one that says open in vlc. The rest seem iffy to me <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=2jbm76mf8o7" class="not-responsive emoji emoji-emoji-one emoji--confused_face" title=":/" alt="😕" /></p>
]]></description><link>https://forums.opera.com/post/122570</link><guid isPermaLink="true">https://forums.opera.com/post/122570</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 01 Jun 2017 14:20:02 GMT</pubDate></item><item><title><![CDATA[Reply to failed to play html5 video: unsupported codecs on Thu, 01 Jun 2017 13:27:25 GMT]]></title><description><![CDATA[<p dir="auto">Or an <a href="https://www.one-tab.com/page/JgQMX5aXSXiSkzYhI75WOw" target="_blank" rel="noopener noreferrer nofollow ugc">extension</a>?</p>
]]></description><link>https://forums.opera.com/post/122558</link><guid isPermaLink="true">https://forums.opera.com/post/122558</guid><dc:creator><![CDATA[zalex108]]></dc:creator><pubDate>Thu, 01 Jun 2017 13:27:25 GMT</pubDate></item><item><title><![CDATA[Reply to failed to play html5 video: unsupported codecs on Wed, 31 May 2017 21:24:30 GMT]]></title><description><![CDATA[<p dir="auto">Would VLC codecs work in Opera?<br />
Changing paths or whatever needed?</p>
]]></description><link>https://forums.opera.com/post/122496</link><guid isPermaLink="true">https://forums.opera.com/post/122496</guid><dc:creator><![CDATA[zalex108]]></dc:creator><pubDate>Wed, 31 May 2017 21:24:30 GMT</pubDate></item><item><title><![CDATA[Reply to failed to play html5 video: unsupported codecs on Wed, 31 May 2017 08:14:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/176670">@wadka92</a><br />
No. Unlike the other users here who use ubuntu or fedora or some derivative of them, I use debian which does not package chromium-codec-ffmoeg-*, so I am stuck with opera's built in libffmpeg which has crappy html5 support.<br />
Thus, altering a file will not help me at all.</p>
]]></description><link>https://forums.opera.com/post/122460</link><guid isPermaLink="true">https://forums.opera.com/post/122460</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 31 May 2017 08:14:47 GMT</pubDate></item><item><title><![CDATA[Reply to failed to play html5 video: unsupported codecs on Tue, 24 Oct 2017 09:31:08 GMT]]></title><description><![CDATA[<p dir="auto">H.264 videos work on my machine now! Found my solution here: <a href="https://forums.opera.com/post/122456">https://forums.opera.com/post/122456</a></p>
]]></description><link>https://forums.opera.com/post/122457</link><guid isPermaLink="true">https://forums.opera.com/post/122457</guid><dc:creator><![CDATA[wadka92]]></dc:creator><pubDate>Tue, 24 Oct 2017 09:31:08 GMT</pubDate></item><item><title><![CDATA[Reply to failed to play html5 video: unsupported codecs on Wed, 31 May 2017 07:15:46 GMT]]></title><description><![CDATA[<p dir="auto">@jimunderscorep do html5 videos work on your machine?</p>
<p dir="auto">I installed the <code>chromium-media-libs</code> package on fedora and had to change the path in the <code>ffmpeg_preload_config.json</code> from <code>lib</code> to <code>lib64</code>:</p>
<pre><code>cat /usr/lib64/opera/resources/ffmpeg_preload_config.json 
[
  "lib_extra/libffmpeg.so",
  "/usr/lib64/chromium-browser/libffmpeg.so",
  "/usr/lib64/chromium-browser/libs/libffmpeg.so"
]

find / -name libffmpeg.so 2&gt; /dev/null
/home/wadka/.local/share/Trash/files/libffmpeg.so
/usr/lib64/chromium-browser/libffmpeg.so
/usr/lib64/electron/1.3.13/libffmpeg.so
/usr/lib64/opera/libffmpeg.so
</code></pre>
<p dir="auto">So everything should work, but it still doesn't...</p>
]]></description><link>https://forums.opera.com/post/122455</link><guid isPermaLink="true">https://forums.opera.com/post/122455</guid><dc:creator><![CDATA[wadka92]]></dc:creator><pubDate>Wed, 31 May 2017 07:15:46 GMT</pubDate></item><item><title><![CDATA[Reply to failed to play html5 video: unsupported codecs on Tue, 30 May 2017 07:22:27 GMT]]></title><description><![CDATA[<p dir="auto">Yes. Opera has poor html5 support, it is discussed in many threads at this forum if you check.<br />
If you want to improve it, install the chromium-codecs-ffmpeg-* packages for your distro, provided that they exist.</p>
]]></description><link>https://forums.opera.com/post/122356</link><guid isPermaLink="true">https://forums.opera.com/post/122356</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 30 May 2017 07:22:27 GMT</pubDate></item></channel></rss>