10 hours ago
Hi - got back into NPVR by running the official docker container in Docker Desktop on an old Mac I had around. Now wanting to move it to my ubuntu 24.04 machine and it's unable to find the HDHR device on my network....
I'm assuming I might be forgetting a setup step... here's my docker run command:
Code:
2025-02-01 15:52:55.114 [DEBUG][10] Got request [10.10.10.78]: /services/service (setting.devices)
2025-02-01 15:52:55.114 [DEBUG][10] parameters:
2025-02-01 15:52:55.114 [DEBUG][10] method: setting.devices
2025-02-01 15:52:55.114 [DEBUG][10] refresh: true
2025-02-01 15:52:55.114 [DEBUG][10] format: json
2025-02-01 15:52:55.114 [DEBUG][10] sid: 8b8d4ddc-362e-4826-b188-1a5b0297ac69
2025-02-01 15:52:55.114 [DEBUG][10] client_ip: 10.10.10.78
2025-02-01 15:52:55.114 [DEBUG][10] client_local: true
2025-02-01 15:52:55.114 [DEBUG][10] user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
2025-02-01 15:52:55.114 [DEBUG][10] host_callback: ...
2025-02-01 15:52:55.114 [DEBUG][10] setting.devices
2025-02-01 15:52:55.114 [DEBUG][10] Starting SAT>IP discovery
2025-02-01 15:52:55.182 [DEBUG][10] CaptureSource.LoadAll()
2025-02-01 15:53:00.185 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:06.187 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:12.191 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:18.193 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:24.196 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:30.198 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:36.200 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:42.202 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:48.205 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:54.207 [ERROR][10] Error discovering HDHR devices: The operation has timed out.
I'm assuming I might be forgetting a setup step... here's my docker run command:
Code:
docker run -d --name npvr --volume /mnt/nvm/npvr/config:/config --volume /mnt/nvm/npvr/recordings:/recordings --volume /mnt/nvm/npvr/buffer:/buffer --publish 8866:8866 --restart=unless-stopped marklambert/nextpvr-ccextractor:latest