<?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[how to detect opera is playing a flash video or not ?]]></title><description><![CDATA[<p dir="auto">openSUSE 13.2 64bit<br />
opera 26.0.1656.60</p>
<p dir="auto">i try to write a shell script to detect whether opera is playing a flash video or not.<br />
at the very beginning of running opera (none web page opened), i find there are so many processes similar to the following one even if none flash video is playing:</p>
<pre><code>/usr/lib64/opera/opera --type=renderer --alt-high-dpi-setting=96 --disable-direct-npapi-requests --enable-deferred-image-decoding --lang=zh-CN --disable-client-side-phishing-detection --ppapi-flash-path=/opt/google/chrome-beta/PepperFlash/libpepflashplayer.so --ppapi-flash-version=16.0.0.252 --with-feature:enhanced-autofill --enable-delegated-renderer --enable-impl-side-painting --num-raster-threads=1 --disable-accelerated-video-decode --channel=12246.17.2095401806
</code></pre>
<p dir="auto">so i can not check a process info whether contains <code>libpepflashplayer.so</code> literal string or not to determine opera is playing flash video.</p>
<p dir="auto">after i open a web page containing flash video. i find a process comes out:</p>
<pre><code>/usr/lib64/opera/opera --type=ppapi --channel=12246.21.967257779 --ppapi-flash-args --lang=zh-CN
</code></pre>
<p dir="auto">i am very excited. i think maybe this process is the key to solve my problem. maybe a process similar to <code>opera --type=ppapi</code> means flash video being played. but after i close this web page and stop playing flash video, this process remains existent.</p>
<p dir="auto">so would you please to tell me how to determine whether opera is playing a flash video or not ?</p>
]]></description><link>https://forums.opera.com/topic/7249/how-to-detect-opera-is-playing-a-flash-video-or-not</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 19:02:32 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/7249.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 Dec 2014 15:01:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to detect opera is playing a flash video or not ? on Thu, 01 Jan 2015 05:44:07 GMT]]></title><description><![CDATA[<p dir="auto">seems no chance to communicate with opera's own task manager, right ?</p>
]]></description><link>https://forums.opera.com/post/62957</link><guid isPermaLink="true">https://forums.opera.com/post/62957</guid><dc:creator><![CDATA[bruceauyeung]]></dc:creator><pubDate>Thu, 01 Jan 2015 05:44:07 GMT</pubDate></item><item><title><![CDATA[Reply to how to detect opera is playing a flash video or not ? on Sat, 27 Dec 2014 20:52:45 GMT]]></title><description><![CDATA[<p dir="auto">hi ruario, thanks for your reply.<br />
is it possible for shell script to communicate with opera's own task manager ? if so then how to do it ?</p>
]]></description><link>https://forums.opera.com/post/62622</link><guid isPermaLink="true">https://forums.opera.com/post/62622</guid><dc:creator><![CDATA[bruceauyeung]]></dc:creator><pubDate>Sat, 27 Dec 2014 20:52:45 GMT</pubDate></item><item><title><![CDATA[Reply to how to detect opera is playing a flash video or not ? on Sat, 27 Dec 2014 16:14:13 GMT]]></title><description><![CDATA[<p dir="auto">Use opera's own built in task manager.</p>
]]></description><link>https://forums.opera.com/post/62612</link><guid isPermaLink="true">https://forums.opera.com/post/62612</guid><dc:creator><![CDATA[ruario]]></dc:creator><pubDate>Sat, 27 Dec 2014 16:14:13 GMT</pubDate></item></channel></rss>