mirror of https://bitbucket.org/ausocean/av.git
decrease bitrate/ringubffer verbosity
This commit is contained in:
parent
5bb2bcc5f6
commit
3d0a88036a
|
@ -65,7 +65,7 @@ const (
|
||||||
httpTimeOut = 5 // s
|
httpTimeOut = 5 // s
|
||||||
packetsPerFrame = 7
|
packetsPerFrame = 7
|
||||||
h264BufferSize = 1000000
|
h264BufferSize = 1000000
|
||||||
bitrateTime = 10 // s
|
bitrateTime = 60 // s
|
||||||
mjpegParserInChanLen = 100000
|
mjpegParserInChanLen = 100000
|
||||||
ffmpegPath = "/usr/local/bin/ffmpeg"
|
ffmpegPath = "/usr/local/bin/ffmpeg"
|
||||||
rtmpConnectionTimout = 10
|
rtmpConnectionTimout = 10
|
||||||
|
|
Loading…
Reference in New Issue