mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-12 16:28:20 +00:00
Merge pull request #49 from claudobahn/rtsp_fps
added FPS configuration options for RTSP, camera default is 15fps
This commit is contained in:
commit
a8ee51122a
@ -224,12 +224,14 @@ RTSP_HI_RES_ENABLE_AUDIO="true"
|
||||
RTSP_HI_RES_MAX_BITRATE="2048"
|
||||
RTSP_HI_RES_TARGET_BITRATE="1024"
|
||||
RTSP_HI_RES_ENC_PARAMETER="2"
|
||||
RTSP_HI_RES_FPS="15"
|
||||
|
||||
RTSP_LOW_RES_ENABLED="false"
|
||||
RTSP_LOW_RES_ENABLE_AUDIO="false"
|
||||
RTSP_LOW_RES_MAX_BITRATE=""
|
||||
RTSP_LOW_RES_TARGET_BITRATE=""
|
||||
RTSP_LOW_RES_ENC_PARAMETER=""
|
||||
RTSP_LOW_RES_FPS=""
|
||||
|
||||
ENABLE_MP4_WRITE="false"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user