support external authentication (#504) (#517)

This commit is contained in:
aler9
2021-12-22 19:13:56 +01:00
parent 811540b34b
commit 11760fd79f
21 changed files with 908 additions and 542 deletions

View File

@@ -123,7 +123,6 @@ func (s *rtmpSource) runInner() bool {
}
conn.SetWriteDeadline(time.Time{})
conn.SetReadDeadline(time.Now().Add(time.Duration(s.readTimeout)))
videoTrack, audioTrack, err := conn.ReadMetadata()
if err != nil {