mirror of https://bitbucket.org/ausocean/av.git
revid/revid.go: rtmp connection properties comment changed to RTMP
This commit is contained in:
parent
08069e22d1
commit
e184b091d3
|
@ -56,7 +56,7 @@ const (
|
|||
readTimeout = 10 * time.Millisecond
|
||||
)
|
||||
|
||||
// Rtmp connection properties.
|
||||
// RTMP connection properties.
|
||||
const (
|
||||
rtmpConnectionMaxTries = 5
|
||||
rtmpConnectionTimeout = 10
|
||||
|
|
Loading…
Reference in New Issue