Skip to content
Branza Alexandru edited this page Jul 27, 2015 · 1 revision
  • Please remember that in order for this player to work, you need to add the VLC binaries to your app. see details

  • For Windows distribution it is recommended to use the --disable-d3d11 chromium arg because we have received reports of Win 8.1 using a very high amount of resources while running WebGL in Chromium on Direct3D 11

  • Although we have measures set in place to restore a WebGL context if it is lost, you can also use the --gpu-no-context-lost chromium arg if you want chromium to keep the WebGL context through power saving mode, screen saving mode, etc.

  • On Windows, if you changed the NW.js executable name from nw.exe, then WebChimera.js.node cannot load the necessary dependencies from nw.exe anymore, to fix this, download rename-import-dll, save rid.exe to your app's root directory, open a command prompt from your app folder and use:

rid.exe node_modules/wcjs-player/node_modules/wcjs-renderer/node_modules/webchimera.js/build/Release/WebChimera.js.node nw.exe app.exe

where app.exe is the new name of your executable. rid.exe can be deleted after this task.

Clone this wiki locally