Sergey Radionov
Sergey Radionov
If you already using prebuilt version - and it doesn't work, it's possible something was changed in libvlc or Electron, and it's possible I will have to look at it...
Ok, I'll try to find time to look at it on this week.
Just to be sure, you was not able start your application with WebChimera.js embedded any single time, right? I mean your question not only about to pack Application for distributing,...
@ramtinsoltani I think I've found the reason. The problem is Electron tries load libraries from `@executable_path/../Frameworks` (i.e. from path related to Electron executable), and don't try load `.dylib`s from near...
I just think it's bad idea copy any files to foreign dirs (i.e. not owned by WebChimera.js) automatically. On other side, I don't know how to force Electron load .dylibs...
@aziztitu good point
I am on OS X 10.10.2 too. I've checked demo - it works fine for me. What hardware do you have?
I didn't try it on retina display, and I have only integrated video (Intel hd 4000). Maybe it's related. Do you see anything in debug output?
It's very interesting and will be very useful to me too. So thank you! :) Could you please share solution if you will find it?
I can't wait 5.5 :) So maybe will have to fix it myself. Will write here if will find solution.