Azureit

Results 16 comments of Azureit

> Please provide the #SERVICE line of the channel in userbouquet file. `#SERVICE 4097:0:1:231:0:0:0:0:0:0:rtsp%3a//192.168.0.231%3a554/user=&password=&channel=1&stream=0.sdp:CAMERA1`

> I added the changes to my siproxd init script and ran it with default config. It ran the ubus calls and each time waited around 30 seconds. > >...

@micmac1 Finally I rewrite setup_networks() to handle wireguard interface correctly. The problem was the wireguard interface is being initialized two times(don't know why), so the `ubus -t 30 wait_for network.interface.wg0`...

@micmac1 what is the proper way to tell procd there was a problem at siproxd init and abort the siproxd init. A simple replace `exit 1` for a `return` doesn't...

My workaround at the file **hide.me.go**, is replace the "**break**" at line 155 by "**continue connectLoop**" Test if it works for you too.

I was about to request this. I have a router erlite with WAN+2LAN, and each LAN needs a dhcp server. EDIT: The http bind_host should be multiple, like the dns...