When addon is used with pure nodejs, all works totally fine, but when it is compiled for nwjs, then i'm receiving errors of missing gstreamer elements, like avdec_h264. GstError: no element "avdec_h264"
It looks like under nwjs environment gstreamer-superficial is not using a gst, which is already installed on system, but it tries to use another kind.
Later i have added ffmpeg to my nwjs and received different error:
Crashing due to FD ownership violation
nwjs 0.69.1
ubuntu 22
When addon is used with pure nodejs, all works totally fine, but when it is compiled for nwjs, then i'm receiving errors of missing gstreamer elements, like avdec_h264.
GstError: no element "avdec_h264"It looks like under nwjs environment gstreamer-superficial is not using a gst, which is already installed on system, but it tries to use another kind.
Later i have added ffmpeg to my nwjs and received different error:
Crashing due to FD ownership violationnwjs 0.69.1
ubuntu 22