Andre Lorbach
Andre Lorbach
I am not sure if you can do this in setup callback already. I would recommend to move this code into the loop() callback and make sure WIFI is connected...
`if (!udp.connect("192.168.1.134", 2100))` Try tro use IP as string, I have not tested the class against IP Type address.
have you confirmed the changes I made ?
I will keep my branch rebased on your master as long as possible. When I get the time to create some samples, I will amend them to my branch here....
you may look into my branch and cherry-pck what you need: https://github.com/yoursunny/esp32cam/pull/8
You mean the "ompgsql" plugin? There is no SSL support implemented yet as far as I can see
@ensignxr The gnutlsPriorityString format you are using is only valid for the rsyslog **gnutls** tls driver. Are you using the gnutls driver? If you are using the **openssl** driver, you...
> sry, working intermittently. I don't think we have an "openssl is initialized" flag - we actually do not know if a library does do that internally :-( Maybe @alorbach...
> > Which tells me it is not unexpected that the init function is called multiple times. > > This sounds like we do not need such a flag, or...
> @21stcaveman @alorbach Just to be sure: there are no concerns or future plans that prevent me from merging this PR as is? If so, I would merge. Please comment...