-
Notifications
You must be signed in to change notification settings - Fork 19
Controls #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Controls #10
Conversation
Major rewrite of the component
fix for error about abstract classes and methods.
Moving the beta to master and releasing
|
So there are some options:
|
|
"Modify the firmware in cameras to send rtsp stream to your custom server. Also hard, but there are some investigations were done by habr users." This option probably best bet. Since Nginx will require vpn or white ip. Hacking their protocol unreal its encrypted, it could take ages or a lot of cryptocurrency miners. |
|
So basically the only option possible on local network just send rtsp traffic to lets say remote NAS (Synology) on different location, then transcode it to mp4 and add mp4 as Camera to Surveillance Station on Synology box or hass, |
|
I believe that there is no need to convert it to mp4, you can connect it as RTSP stream directly to surveillance software, need only to create link between server and camera. |
|
VPN will cut internet speed too much, while mp4 can be uploaded on full speed or can be streamed to youtube or other service and then can be imported to NAS on white ip as a camera. Thing is, its too much traffic. |
|
You can create a secure stream between 2 nginx instances by providing SSL certificates. It will serve just like https on almost full speed with no need on VPN connection. |
|
Ok, thanks ill try that, but still skeptical. |
Updated Account/Object number and added information in step 9.
Update README.md
|
Thats a really big integration which makes my repo as same as eavanvalkenburg's one. I see the main goal here is to update readme with call to use an official integration. I'd rather change it locally. |
Getting in sync with the official version!
|
Here is APi |
|
What about using FPR to get the streams from anywhere in the world. I do that and record cameras in my frigate server. |
Hello, nice job on integration, I just tested it, status updates but I cannot arm or disarm Ajax from Hass. Can you explain what am I doing wrong? Thanks.