pilo1981
pilo1981
it's my working code for ESPHOME: esphome: name: combinatoregsm ota: safe_mode: true wifi: ssid: !secret wifi_ssid password: !secret wifi_password esp32: board: esp32dev framework: type: arduino # Enable logging logger: #...
thanks. very strange, but for me it doesn't work... I only see this in netstat: tcp 0 0 127.0.0.1:6667 0.0.0.0:* LISTEN 820/msloader I don't have also this: tcp 0 0...
all seems to works fine on webcam cli, but I'm not able to connect? which credentials are you using? I tried app credentials and root...but don't help...
when I start VLC comand, net process dead on webcam and I receive closed connection result on my client: telnet 192.168.4.20 6668 Trying 192.168.4.20... Connected to 192.168.4.20. Escape character is...
Hi, I think I found the problem: #mkfifo /tmp/recorder/backpipe mkfifo: /tmp/recorder/backpipe: File exists #nc 127.0.0.1 6667 0no any process active with nc command... if i use this comand: nc [127.0.0.1](http://127.0.0.1/)...
ok, thanks. when I launch nc, I see it on webcam: tcp 127.0.0.1:6667 0.0.0.0:* LISTEN 815/msloader tcp 0.0.0.0:6668 0.0.0.0:* LISTEN 1071/nc tcp 127.0.0.1:58730 127.0.0.1:6667 TIME_WAIT and only one nc -l...
only one process: 1258 root nc -l -p 6668
do you have problem of nc process died when you launch vlc command...?!
I see first nc died, but died also second nc how may nc process I have to see?
I see first nc died, but died also second nc how may nc process I have to see?