-
-
Notifications
You must be signed in to change notification settings - Fork 170
WebUI API
mrlt8 edited this page Jul 22, 2024
·
4 revisions
Important
WebUI and stream authentication will be enabled by default to prevent unintentional access.
Please see the Authentication page for more information.
http://localhost:5000/api
http://localhost:5000/api/<camera-name>
http://localhost:5000/api/<camera-name>/state
http://localhost:5000/api/<camera-name>/start
http://localhost:5000/api/<camera-name>/stop
http://localhost:5000/api/<camera-name>/enable
http://localhost:5000/api/<camera-name>/disable
(see Camera Commands page for available commands)
Get value:
http://localhost:5000/api/<cam-name>/<topic>
Set value:
http://localhost:5000/api/<cam-name>/<topic>/<payload>
See REST API section for more info
http://localhost:5000/mfa/123456
http://localhost:5000/api/sse_status
http://localhost:5000/restart/cameras
http://localhost:5000/restart/rtsp_server
(restarts camera connections and rtsp-simple-server)
http://localhost:5000/restart/all