RSATom / WebChimera

[DEPRECATED] Web browser plugin based on Vlc + Firebreath + Qt Quick 2/Qml
GNU Lesser General Public License v2.1
83 stars 22 forks source link

I install the plugin in my Window 7, and use the test html , but can not see anything #2

Closed xsmart closed 10 years ago

xsmart commented 10 years ago

if setVideoSurface leave blank ?

RSATom commented 10 years ago

What browser did you use?

RSATom commented 10 years ago

and did you use extern qml or inegrated one?

RSATom commented 10 years ago

that's qml used by default: https://github.com/RSATom/WebChimera/blob/master/QmlVlc/default.qml

xsmart commented 10 years ago

Chrome version 31.0.1650.63 m, i also try IE, all of them display nothing. Yes i use the default qml

And i use a rtsp source, and use the wireshark can find the rtsp command, so the plugin has started, but display nothing.

xsmart commented 10 years ago

Cloud you help send a the default UI snapshot of your browser's ? xsmart@163.com

RSATom commented 10 years ago

chimera

Did you see black square above "MRL" edit box?

RSATom commented 10 years ago

To exclude possible problems with you network from question, try to open some local file, by entering path to the "MRL" edit box. Example of valid path for Windows platform is: file:///c:/video/some.avi

xsmart commented 10 years ago

qml i can see the MRL edit box, and i find the CPU of the browser is 5%, it seems it use the CPU to decode the file

RSATom commented 10 years ago

It seems you have some troubles with initialization of Qt Quick (It uses DirectX for rendering). What video card do you have?

RSATom commented 10 years ago

Can you run http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx to see debug log from plugin?

xsmart commented 10 years ago

directx this is my video card

xsmart commented 10 years ago

windows 7 64bit

xsmart commented 10 years ago

debug it seems i have not install the QtQuick

RSATom commented 10 years ago

hm... Intel HD Graphics 3000 should be enough ( I am on Intel HD Graphics 4000, for example )

RSATom commented 10 years ago

no, QtMultimedia/Qt Quick/QtMultimedia is linked directly to Chimera plugin. So it's some problem with plugin itself. Can you please run DebugView before opening test html?

xsmart commented 10 years ago

00000001 0.00000000 [4848] qrc:/default.qml:2:1: module "QtMultimedia" is not installed
00000002 0.00006072 [4848] qrc:/default.qml:1:1: module "QtQuick" is not installed
00000003 0.00010605 [4848] qrc:/default.qml:2:1: module "QtMultimedia" is not installed
00000004 0.00015266 [4848] qrc:/default.qml:1:1: module "QtQuick" is not installed
00000005 2.52885890 [4848] avi demux error: no key frame set for track 0
00000006 2.52930260 [4848] avi demux error: no key frame set for track 1
00000007 2.52964568 [4848] avi demux error: no key frame set for track 0
00000008 2.52997231 [4848] avi demux error: no key frame set for track 1
00000009 2.87469387 [4848] main vout display error: Failed to change zoom
00000010 2.87515736 [4848] main vout display error: Failed to set on top
00000011 2.87557173 [4848] main vout display error: Failed to change source AR
00000012 10.02422333 [4848] main input error: ES_OUTSET(GROUP_)PCR is called too late (pts_delay increased to 3692 ms)
00000013 10.02526951 [4848] main input error: ES_OUT_RESET_PCR called

RSATom commented 10 years ago

I see it, but I need messages come on plugin start. So can you please: 1) close browser 2) open DebugViewer 3) open browser and open Chimera test page 4) put here log

xsmart commented 10 years ago

and the FBvlc plugin is OK fbvlc

xsmart commented 10 years ago

Yes, I follow the step you give to me [7080] qrc:/default.qml:2:1: module "QtMultimedia" is not installed [7080] qrc:/default.qml:1:1: module "QtQuick" is not installed [7080] qrc:/default.qml:2:1: module "QtMultimedia" is not installed [7080] qrc:/default.qml:1:1: module "QtQuick" is not installed [7080] avi demux error: no key frame set for track 0 [7080] avi demux error: no key frame set for track 1 [7080] avi demux error: no key frame set for track 0 [7080] avi demux error: no key frame set for track 1 [7080] main vout display error: Failed to change zoom [7080] main vout display error: Failed to set on top [7080] main vout display error: Failed to change source AR

RSATom commented 10 years ago

fbvlc does not use Qt, it's render directly to browser window. Chimera use Qt Quick to render, which in turn uses "Angle Library", which in turn uses DirectX

RSATom commented 10 years ago

can you give me some lines before "[7080] qrc:/default.qml:2:1: module "QtMultimedia" is not installed" ?

xsmart commented 10 years ago

it have nothing before "[7080] qrc:/default.qml:2:1: module "QtMultimedia" is not installed"

RSATom commented 10 years ago

ok, now understand... Will try test on my notebook with Intel HD 3000. Thanks for you participation. I'll write about results some time later.

xsmart commented 10 years ago

thanks

RSATom commented 10 years ago

I've found a reason. It's a bug in plugin. Will try to fix it today.

xsmart commented 10 years ago

Wait for new plugin.

xsmart commented 10 years ago

...

RSATom commented 10 years ago

Can you try updated version please?

https://sourceforge.net/projects/webchimera/files/WebChimera%200.1.1/

xsmart commented 10 years ago

Thanks RSATom, It is OK now. Good night!

RSATom commented 10 years ago

Great! Thanks!