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

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