Re: [SailfishDevel] MJPEG stream on UDP

2018-01-29 Thread Alexey Andreyev
Hello, Michele! Sounds like some issues with gstreamer codecs. What is the output if you are running your app with the env variable: GST_DEBUG=8 пн, 29 янв. 2018 г. в 1:09, Michele Tameni : > hi all! > > I'm writing an app to control panasonic camera from sailfish, but I need > help to get the li

Re: [SailfishDevel] Avahi error opening socket

2018-01-29 Thread Michael Fuchs
I found a solution. If I understand this right, a program which wants to broadcast to the network needs to be in the "inet" group. So for avahi the solution was to put user "avahi" in the supplementary group "inet". For another program (snapserver) this wasn't enough, because the forking mec