mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
server: replace SetuppedProtocol() with SetuppedTransport()
This commit is contained in:
@@ -2,7 +2,6 @@ package gortsplib
|
||||
|
||||
import (
|
||||
"github.com/aler9/gortsplib/pkg/base"
|
||||
"github.com/aler9/gortsplib/pkg/headers"
|
||||
)
|
||||
|
||||
// ServerHandler is the interface implemented by all the server handlers.
|
||||
@@ -99,7 +98,7 @@ type ServerHandlerOnSetupCtx struct {
|
||||
Path string
|
||||
Query string
|
||||
TrackID int
|
||||
Transport *headers.Transport
|
||||
Transport ClientTransport
|
||||
}
|
||||
|
||||
// ServerHandlerOnSetup can be implemented by a ServerHandler.
|
||||
|
Reference in New Issue
Block a user