mirror of https://bitbucket.org/ausocean/av.git
Merged in http-push-fix (pull request #76)
Http push fix Approved-by: Trek Hopton <trek.hopton@gmail.com>
This commit is contained in:
commit
32488d8b9f
|
@ -108,7 +108,7 @@ const (
|
|||
defaultFramesPerClip = 1
|
||||
defaultVerticalFlip = No
|
||||
defaultHorizontalFlip = No
|
||||
httpFramesPerClip = 7
|
||||
httpFramesPerClip = 560
|
||||
defaultInputCodec = H264
|
||||
defaultVerbosity = No
|
||||
defaultRtpAddr = "localhost:6970"
|
||||
|
|
|
@ -58,7 +58,6 @@ const (
|
|||
writeTimeout = 10 * time.Millisecond
|
||||
readTimeout = 10 * time.Millisecond
|
||||
httpTimeout = 5 * time.Second
|
||||
packetsPerFrame = 7
|
||||
bitrateTime = 1 * time.Minute
|
||||
mjpegParserInChanLen = 100000
|
||||
ffmpegPath = "/usr/local/bin/ffmpeg"
|
||||
|
|
Loading…
Reference in New Issue