Sergey Radionov
Sergey Radionov
@dcposch > First, the bad news: WebChimera doesn't look like it will work for now. It is flaky and just crashes the renderer process about 50% of the time I...
@dcposch, ah... Linux... yes, latest Electron versions has some strange compatibility issue with libvlc on Linux: https://github.com/RSATom/WebChimera.js/issues/69 I'll look what I can do with it.
Why just not use [add_definitions](https://cmake.org/cmake/help/v3.0/command/add_definitions.html) ?
I found this issue while was trying to solve https://github.com/apache/cordova-plugin-media/issues/306. I was trying to add `withOptions:AVAudioSessionCategoryOptionMixWithOthers` to https://github.com/apache/cordova-plugin-media/blob/master/src/ios/CDVSound.m#L374 but it was working only on second play...
It worked good with VLC 3.0 some time ago, but I didn't try it with latest VLC 3.0 versions.
What VLC version do you use?
I didn't test it with VLC 3.x (and don't think it will work well), but it worked well with VLC 2.1.5... Do you see something in debugger?
Hm... sounds strange... What OS do you use?
You don't have `WebChimera.js` binaries properly installed (or compiled)
do you have any messages in js debug console?