<?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[Broken autoconnection with chromium-ffmpeg in snap version]]></title><description><![CDATA[<p dir="auto"><a href="https://forum.snapcraft.io/t/using-chromium-ffmpeg-in-third-party-browser-snaps/6545" target="_blank" rel="noopener noreferrer nofollow ugc">https://forum.snapcraft.io/t/using-chromium-ffmpeg-in-third-party-browser-snaps/6545</a></p>
<pre><code>$ snap list | grep opera
opera                      58.0.3135.118              30    stable    opera-software*   -
opera-beta                 60.0.3255.8                24    beta      opera-software*   -
opera-developer            60.0.3254.0                37    edge      opera-software*   -
</code></pre>
<pre><code>$ snap interfaces chromium-ffmpeg
Slot                                   Plug
chromium-ffmpeg:chromium-ffmpeg-92142  -
chromium-ffmpeg:chromium-ffmpeg-92393  -
chromium-ffmpeg:chromium-ffmpeg-92972  -
chromium-ffmpeg:chromium-ffmpeg-93464  -
</code></pre>
<pre><code>$ snap interfaces opera-developer | grep chromium-ffmpeg
-                        opera-developer:chromium-ffmpeg-91124
$ snap interfaces opera-beta | grep chromium-ffmpeg
-                        opera-beta:chromium-ffmpeg-91124
$ snap interfaces opera | grep chromium-ffmpeg
-                          opera:chromium-ffmpeg-91124
</code></pre>
]]></description><link>https://forums.opera.com/topic/31504/broken-autoconnection-with-chromium-ffmpeg-in-snap-version</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 05:11:50 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/31504.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Mar 2019 10:26:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Broken autoconnection with chromium-ffmpeg in snap version on Mon, 09 Nov 2020 19:07:03 GMT]]></title><description><![CDATA[<p dir="auto">@adasiko -  Your information was a key part of my solving my webcam problem.<br />
just to add some details for others who may be less technical.<br />
ever volunteered the solution in a simple form.</p>
<p dir="auto">to make your webcam work in Opera browser:<br />
(1st half of the solution:)<br />
open your SNAPS (software) GUI<br />
find Opera in the list of installed SW (click on it)<br />
click on the Permissions tab<br />
verify Opera is allowed to talk to your webcam &amp; bonjour devices<br />
(2nd half of the solution:)<br />
in a terminal window enter<br />
'snap interfaces chromium-ffmpeg'<br />
it will give you a list, you need to patch the connections between the one listed as "opera" and the last one in the list<br />
'snap connect opera:chromium-ffmpeg-95241 chromium-ffmpeg:chromium-ffmpeg-98516'<br />
the numbers will be different depending on the various version you are using<br />
*** it is okay if you use trial and error process to keep patching connections until it work.<br />
<img src="/assets/uploads/files/1604948796076-screenshot_2020-11-09_10-42-19.png" alt="Screenshot_2020-11-09_10-42-19.png" class=" img-responsive img-markdown" /><br />
<img src="/assets/uploads/files/1604948813713-screenshot_2020-11-09_10-44-03.png" alt="Screenshot_2020-11-09_10-44-03.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://forums.opera.com/post/232567</link><guid isPermaLink="true">https://forums.opera.com/post/232567</guid><dc:creator><![CDATA[reppich]]></dc:creator><pubDate>Mon, 09 Nov 2020 19:07:03 GMT</pubDate></item><item><title><![CDATA[Reply to Broken autoconnection with chromium-ffmpeg in snap version on Thu, 04 Apr 2019 14:13:17 GMT]]></title><description><![CDATA[<p dir="auto">And now it working because chromium-ffmpeg slots have been changed in snap store.</p>
<pre><code>snap interfaces chromium-ffmpeg
Slot                                   Plug
chromium-ffmpeg:chromium-ffmpeg-91124  opera,opera-beta,opera-developer
chromium-ffmpeg:chromium-ffmpeg-91696  -
chromium-ffmpeg:chromium-ffmpeg-92142  -
chromium-ffmpeg:chromium-ffmpeg-92393  -
chromium-ffmpeg:chromium-ffmpeg-92972  -
chromium-ffmpeg:chromium-ffmpeg-93464  -
</code></pre>
<pre><code>snap interfaces opera-developer | grep chromium-ffmpeg
chromium-ffmpeg:chromium-ffmpeg-91124  opera-developer
</code></pre>
]]></description><link>https://forums.opera.com/post/167098</link><guid isPermaLink="true">https://forums.opera.com/post/167098</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 04 Apr 2019 14:13:17 GMT</pubDate></item><item><title><![CDATA[Reply to Broken autoconnection with chromium-ffmpeg in snap version on Mon, 25 Mar 2019 14:30:10 GMT]]></title><description><![CDATA[<p dir="auto">@jimunderscorep said in <a href="/post/166432">Broken autoconnection with chromium-ffmpeg in snap version</a>:</p>
<blockquote>
<p dir="auto">proper codec version</p>
</blockquote>
<p dir="auto">It's error in opera snap packges.</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Version</th>
<th>Based on Chromium</th>
<th>Interface names in snap packages (WRONG!!!)</th>
<th>Correct names for snap packages</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stable</td>
<td>71</td>
<td>chromium-ffmpeg-91124</td>
<td>chromium-ffmpeg-92972</td>
</tr>
<tr>
<td>Beta</td>
<td>73</td>
<td>chromium-ffmpeg-91124</td>
<td>chromium-ffmpeg-{XXXXX for 73}</td>
</tr>
<tr>
<td>Developer</td>
<td>73</td>
<td>chromium-ffmpeg-91124</td>
<td>chromium-ffmpeg-{XXXXX for 73}</td>
</tr>
</tbody>
</table>
<p dir="auto">And command for connection with wrong names is</p>
<blockquote>
<p dir="auto">snap connect opera:chromium-ffmpeg-91124 chromium-ffmpeg:chromium-ffmpeg-92972</p>
</blockquote>
]]></description><link>https://forums.opera.com/post/166489</link><guid isPermaLink="true">https://forums.opera.com/post/166489</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 25 Mar 2019 14:30:10 GMT</pubDate></item><item><title><![CDATA[Reply to Broken autoconnection with chromium-ffmpeg in snap version on Sun, 24 Mar 2019 16:38:47 GMT]]></title><description><![CDATA[<p dir="auto">I do not use snaps at all, so please help me understand what you need.</p>
<p dir="auto">First of all, the chromium ffmpeg snap provides the following versions of the codecs, which respectively match chromium's versions like so</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>ffmpeg version</th>
<th>chromium version</th>
</tr>
</thead>
<tbody>
<tr>
<td>ffmpeg-92142</td>
<td>chromium 69</td>
</tr>
<tr>
<td>ffmpeg-92393</td>
<td>chromium 70</td>
</tr>
<tr>
<td>ffmpeg-92972</td>
<td>chromium 71</td>
</tr>
<tr>
<td>ffmpeg-93464</td>
<td>chromium 72</td>
</tr>
</tbody>
</table>
<p dir="auto">Right?</p>
<p dir="auto">Second, you want to "connect" the proper codec version to each opera version, right? That means you will have to connect</p>
<ul>
<li>opera (stable) &gt; v58 &gt; based on chromium 71 &gt; ffmpeg-92972</li>
<li>opera-beta &gt; v60 &gt; based on chromium 73 &gt; not available as it seems</li>
<li>opera-developer &gt; v60 &gt; based on chromium 73 &gt; not available as well.</li>
</ul>
<p dir="auto">And third, in order to make the above connections, you have to do</p>
<ul>
<li>for opera (stable)<br />
<code>snap connect opera:chromium-ffmpeg-92972 chromium-ffmpeg:chromium-ffmpeg-92972</code></li>
<li>for opera-beta<br />
<code>snap connect opera-beta:chromium-ffmpeg-XXXXX chromium-ffmpeg:chromium-ffmpeg-XXXXX</code></li>
<li>for opera-developer<br />
<code>snap connect opera-developer:chromium-ffmpeg-XXXXX chromium-ffmpeg:chromium-ffmpeg-XXXXX</code></li>
</ul>
<p dir="auto">where "chromium-ffmpeg-XXXXX" is the 5-digit number that would match chromium 73, but it is not available for the time being.</p>
]]></description><link>https://forums.opera.com/post/166432</link><guid isPermaLink="true">https://forums.opera.com/post/166432</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 24 Mar 2019 16:38:47 GMT</pubDate></item></channel></rss>