Closed xsmart closed 10 years ago
What browser did you use?
and did you use extern qml or inegrated one?
that's qml used by default: https://github.com/RSATom/WebChimera/blob/master/QmlVlc/default.qml
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.
Cloud you help send a the default UI snapshot of your browser's ? xsmart@163.com
Did you see black square above "MRL" edit box?
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
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
It seems you have some troubles with initialization of Qt Quick (It uses DirectX for rendering). What video card do you have?
Can you run http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx to see debug log from plugin?
this is my video card
windows 7 64bit
it seems i have not install the QtQuick
hm... Intel HD Graphics 3000 should be enough ( I am on Intel HD Graphics 4000, for example )
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?
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
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
and the FBvlc plugin is OK
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
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
can you give me some lines before "[7080] qrc:/default.qml:2:1: module "QtMultimedia" is not installed" ?
it have nothing before "[7080] qrc:/default.qml:2:1: module "QtMultimedia" is not installed"
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.
thanks
I've found a reason. It's a bug in plugin. Will try to fix it today.
Wait for new plugin.
...
Can you try updated version please?
https://sourceforge.net/projects/webchimera/files/WebChimera%200.1.1/
Thanks RSATom, It is OK now. Good night!
Great! Thanks!
if setVideoSurface leave blank ?