You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Running Linux Ubuntu 18.04, I was able to install the dependencies (av was difficult) and can start the proxy as described. I have Reolink Argus 2 camera which I have successfully been running for over a year. I access the videos through the Reolink App on my Samsung S7 phone and WLAN connection in our house.
When I start the proxy in a terminal (either from the masteror development branch downloads), I see the following output:
* Serving Flask app 'main' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
[MainThread-30872] * Running on all addresses.
WARNING: This is a development server. Do not use it in a production deployment.
[MainThread-30872] * Running on http://192.168.0.199:8000/ (Press CTRL+C to quit)
When opening the URL shown in Firefox, I only get a 404 response. However, all of the settings in the settings.json file seem to be correct. What am I missing?
Running Linux Ubuntu 18.04, I was able to install the dependencies (av was difficult) and can start the proxy as described. I have Reolink Argus 2 camera which I have successfully been running for over a year. I access the videos through the Reolink App on my Samsung S7 phone and WLAN connection in our house.
When I start the proxy in a terminal (either from the
masterordevelopmentbranch downloads), I see the following output:When opening the URL shown in Firefox, I only get a 404 response. However, all of the settings in the
settings.jsonfile seem to be correct. What am I missing?