add Client Timeout fields
This commit is contained in:
parent
39b65aacd6
commit
5bf2c76bff
@ -27,6 +27,12 @@ type Client struct {
|
|||||||
DebugConn bool
|
DebugConn bool
|
||||||
Headers []string
|
Headers []string
|
||||||
|
|
||||||
|
DialTimeout time.Duration
|
||||||
|
RtspTimeout time.Duration
|
||||||
|
RtpFirstReadTimeout time.Duration
|
||||||
|
RtpReadTimeout time.Duration
|
||||||
|
RtpKeepAliveTimeout time.Duration
|
||||||
|
|
||||||
setupCalled bool
|
setupCalled bool
|
||||||
playCalled bool
|
playCalled bool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user