Implemented HLS player (client-side), added scaffold for server-side HLS streamer
This commit is contained in:
5
internal/httpserver/api/hls.go
Normal file
5
internal/httpserver/api/hls.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package api
|
||||
|
||||
func RegisterHlsEndpoints() {
|
||||
|
||||
}
|
||||
@@ -14,6 +14,7 @@ func Start() {
|
||||
api.RegisterMiscEndpoints()
|
||||
api.RegisterAuthEndpoints()
|
||||
api.RegisterLibraryEndpoints()
|
||||
api.RegisterHlsEndpoints()
|
||||
|
||||
RegisterWebui()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user