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