Add AAC consumer

This commit is contained in:
Alexey Khit
2023-08-21 07:12:30 +03:00
parent c431d888f0
commit c1c1d84cef
3 changed files with 95 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ import (
func Init() {
api.HandleFunc("api/stream.ts", apiHandle)
api.HandleFunc("api/stream.aac", apiStreamAAC)
}
func apiHandle(w http.ResponseWriter, r *http.Request) {