move client state and client tracks into gortsplib

This commit is contained in:
aler9
2021-01-06 21:23:45 +01:00
parent 9fb844331e
commit 2132226f90
6 changed files with 45 additions and 287 deletions

View File

@@ -58,7 +58,7 @@ func New(port int,
done: make(chan struct{}),
}
parent.Log(logger.Info, "[TCP/TLS/RTSPS server] opened on :%d", port)
parent.Log(logger.Info, "[TCP/TLS/RTSPS listener] opened on :%d", port)
go s.run()
return s, nil