Active viewer PING controller. Closes #790 (#990)

This commit is contained in:
Gabe Kangas
2021-05-20 20:29:01 -07:00
committed by GitHub
parent be71685937
commit 91f6dcd0f6
11 changed files with 89 additions and 27 deletions

View File

@@ -61,6 +61,9 @@ func Start() error {
// return the list of video variants available
http.HandleFunc("/api/video/variants", controllers.GetVideoStreamOutputVariants)
// tell the backend you're an active viewer
http.HandleFunc("/api/ping", controllers.Ping)
// Authenticated admin requests
// Current inbound broadcaster