mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
expose transport details (#850)
add Client.Transport, ServerConn.Transport ServerSession.Transport
This commit is contained in:
9
session_transport.go
Normal file
9
session_transport.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package gortsplib
|
||||
|
||||
import "github.com/bluenviron/gortsplib/v4/pkg/headers"
|
||||
|
||||
// SessionTransport contains details about the transport of a session.
|
||||
type SessionTransport struct {
|
||||
Protocol TransportProtocol
|
||||
Profile headers.TransportProfile
|
||||
}
|
Reference in New Issue
Block a user