for example , http://www.bilibili.com/video/av10870998/ , there will be errors:
[MediaError] Exception: Unsupported codecs Please install H.264 codec in your system
Do more on the web, with a fast and secure browser!
Download Opera browser with:
for example , http://www.bilibili.com/video/av10870998/ , there will be errors:
[MediaError] Exception: Unsupported codecs Please install H.264 codec in your system
i have similar problem with Opera Developer, but not with Opera Stable or beta.
i am using openSUSE 13.2 and KDE 4.14.6
Opera 26 doesn't have this problem in openSUSE 13.2 64 bit, it can remember window size and geometry very well.
The tab list popup with ctrl+tab. With a lot of tabs open, it was useful to see the full titles of all of them.
+1
and i wish there will be a multiline tab extension.
seems no chance to communicate with opera's own task manager, right ?
hi ruario, thanks for your reply.
is it possible for shell script to communicate with opera's own task manager ? if so then how to do it ?
openSUSE 13.2 64bit
opera 26.0.1656.60
i try to write a shell script to detect whether opera is playing a flash video or not.
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:
/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
so i can not check a process info whether contains libpepflashplayer.so
literal string or not to determine opera is playing flash video.
after i open a web page containing flash video. i find a process comes out:
/usr/lib64/opera/opera --type=ppapi --channel=12246.21.967257779 --ppapi-flash-args --lang=zh-CN
i am very excited. i think maybe this process is the key to solve my problem. maybe a process similar to opera --type=ppapi
means flash video being played. but after i close this web page and stop playing flash video, this process remains existent.
so would you please to tell me how to determine whether opera is playing a flash video or not ?
opera : 26 64bit
os : openSUSE 13.2
opera package contents:
> rpm -ql opera
/usr/bin/opera
/usr/lib64/opera
/usr/lib64/opera/content_resources.pak
/usr/lib64/other contents ignored
/usr/share/applications/opera.desktop
/usr/share/doc/packages/opera
/usr/share/doc/packages/opera/COPYING
/usr/share/doc/packages/opera/ChangeLog
/usr/share/icons/hicolor/128x128/apps/opera.png
/var/adm/update-messages/opera-26.0.1656.32-2.1-1
/var/adm/update-scripts/opera-26.0.1656.32-2.1-fetch-opera.txt
java : Oracle Java jdk1.8.0_25
libnpjp2.so
is a soft link to /usr/java/jdk1.8.0_25/jre/lib/amd64/libnpjp2.so
i try to install java plugins for opera, i have already tried to put libnpjp2.so
into these folders:
but no one works.
please help me out. thanks in advance.