-
![hik1](https://github.com/user-attachments/assets/a76895e7-f0a7-4bdc-b73c-b89977781ed9)
![imagen](https://github.com/user-attachments/assets/95cca425-9b22-41d8-9955-b79d946ad849)
I have this prob…
-
I'm using this library through the latest Home Assistant, I successfully added my Amcrest NVR with this:
```
# Amcrest NVR
amcrest:
- host: NVR_IP
username:
password:
sensors:…
gihad updated
2 months ago
-
I am trying to connect to my camera buy it needs username and password and there is no place to add them. I have checked the model for the recorder and I see these info is not contemplated. Anyone cou…
-
**Describe the bug**
I use the follow code to set gigEcam IP
ArvCamera *camera;
ArvBuffer *buffer;
GError *error = NULL;
std::string filename="test.png";
/* Connect to the …
-
i got a success in that at every point.
but issue is every camera need a different subdomain name.
this below is my configuration file info.
[common]
server_addr = xxxxxxxx
server_port = 7000
…
-
Sometime back I was able to properly setup my Yi cameras for external access. Back then I had access to their configs via Http from my local network. Now, however, none of them are accessible via the …
-
Hi,
Thanks for the big refactor & enabling digest auth.
I'm using this library to monitor an IP camera's (Amcrest AD410) event stream. This serves a 'heartbeat' event every 5 mins + events as &…
-
I am having an issue with displaying an rtsp feed on QML, the camera state shows connected (state: 3) yet there is no feed displayed. The feed works with all other cameras tested apart from one, is th…
-
### Which version are you using?
1.9.1
### Which operating system are you using?
Linux arm64 standard
### Describe how to replicate the issue
I'm streaming 6 Cameras using WebRTC over a TURN serv…
-
Dear all
I'm practicing with nginx and ffmpeg. I made an example that follow flow as below.
- ip camera stream (rtsp) -> ffmpeg -> rtmp -> nginx server -> HLS -> Client.
I did config the nginx…