Sergey Radionov
Sergey Radionov
You should check (in dependancy walker) if it miss some else direct dependancy for `webchimera.js.node` except `node.dll` (just collapse all elements except top level WEBCHIMERA.JS.NODE, and look if it has...
@calabashdad, it looks like it's compatibility issue with Electron v4: https://github.com/cmake-js/cmake-js/issues/153
Can you please provide those files for testing?
FYI, I didn't find solution yet but atm I have a feeling `Electron` applies some restrictions to child process which libvlc doesn't like and can not load some plugins. I'm...
No, I didn't. But I'm sure 90% it's Linux specific.
Hm... interesting... Thanks for sharing this info.
I think I've found the reason and it's old issue: https://github.com/RSATom/WebChimera.js/issues/69#issuecomment-219092611 In two words: Electron is shipping with its own version of `libffmpeg.so` and it exports some functions with the...
If you will be able rebuild ffmpeg with all required codecs - then you will not need WebChimera.js at all. Other possible solution - hack .so import/export tables at runtime...
it's helper, you don't need it. Just use `libvlc-sdk` directly. 1. Then it will be better use `VS120COMNTOOLS` environment variable there. 2. You could make Pull Request 3. It was...
I think problem is here: https://github.com/RSATom/WebChimera.js/blob/master/CMakeLists.txt#L42 Try comment that block (with `#` symbol) and rebuild