mirror of
https://github.com/aler9/gortsplib
synced 2025-10-17 20:51:09 +08:00
6 lines
97 B
Go
6 lines
97 B
Go
package gortsplib
|
|
|
|
// ServerSession is a server-side RTSP session.
|
|
type ServerSession struct {
|
|
}
|