Add support RTMPS source

This commit is contained in:
Alexey Khit
2023-08-17 08:00:02 +03:00
parent b016b7dc2a
commit 063a192699
3 changed files with 75 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ import (
func Init() {
streams.HandleFunc("rtmp", streamsHandle)
streams.HandleFunc("rtmps", streamsHandle)
streams.HandleFunc("rtmpx", streamsHandle)
api.HandleFunc("api/stream.flv", apiHandle)
}