Rename HTTP-FLV

This commit is contained in:
Alexey Khit
2022-10-31 20:05:28 +03:00
parent 04f1aa2900
commit 2629dccb81
4 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ import (
func Init() {
streams.HandleFunc("rtmp", handle)
// RTMPT (flv over HTTP)
streams.HandleFunc("http", handle)
streams.HandleFunc("https", handle)
}