We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to setup a HA automation to try reset a smartswitch that my camera is plugged in to, in case it sees my camera as being unreachable.
So, i tried
http://lipaddress:1984/api/frame.jpeg?src=alfresco_hi
in curl when the camera is off. and .... go2rtc returns 200 with a content length of 0. It should return a different http code, such as 204.
Alternatively, please make a new end point to check for camera reachable or not.
Thank you
The text was updated successfully, but these errors were encountered:
workaround. use the frame.mp4 endpoint which returns 500 when camera not available
Sorry, something went wrong.
AlexxIT
No branches or pull requests
I'd like to setup a HA automation to try reset a smartswitch that my camera is plugged in to, in case it sees my camera as being unreachable.
So, i tried
http://lipaddress:1984/api/frame.jpeg?src=alfresco_hi
in curl when the camera is off.
and .... go2rtc returns 200 with a content length of 0.
It should return a different http code, such as 204.
Alternatively, please make a new end point to check for camera reachable or not.
Thank you
The text was updated successfully, but these errors were encountered: