Sergey Radionov
Sergey Radionov
@jherico, thank you for info. Do you use ~~QmlVlc~~ QuickLayer? I just don't have access to Mac with retina display and thus can't test any solution.
If problem related to glViewport, then it could be fixed just by adding at https://github.com/RSATom/QuickLayer/blob/master/QuickLayer.mm#L115 something like this: ``` glViewport(0, 0, fbo->width(), fbo->height()); ```
https://github.com/RSATom/janus-gateway-snap/issues/4 I've already investigated this question, and didn't find any way to do it.
it was maid so just to avoid possible problems if order of items in `playback_mode_e` will be changed by some reason. So it's better fix this warning by `reinterpret_cast(mode)`
btw, it worth add there check for values below 0 too since enums by default are signed.
It's totally broken on Linux: https://github.com/RSATom/WebChimera.js/issues/146#issuecomment-856913163
What do you mean by "overcome"? You can use libvlc directly.
@hnguyen48206 All I want to say, right now there is no way to use libvlc with standard Electron version on linux.
No, I didn't try to use NW.js long time already.
You have to build it (WebChimera.js) yourself from sources for your Electron version.