mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-21 22:59:37 +08:00
move client state and client tracks into gortsplib
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user