mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-04-28 09:16:21 +00:00
added FPS configuration options for RTSP, camera default is 15fps
This commit is contained in:
parent
5232be3167
commit
9b270fe068
@ -225,6 +225,7 @@ RTSP_HI_RES_FPS="20"
|
|||||||
RTSP_HI_RES_MAX_BITRATE="2048"
|
RTSP_HI_RES_MAX_BITRATE="2048"
|
||||||
RTSP_HI_RES_TARGET_BITRATE="1024"
|
RTSP_HI_RES_TARGET_BITRATE="1024"
|
||||||
RTSP_HI_RES_ENC_PARAMETER="2"
|
RTSP_HI_RES_ENC_PARAMETER="2"
|
||||||
|
RTSP_HI_RES_FPS="15"
|
||||||
|
|
||||||
RTSP_LOW_RES_ENABLED="false"
|
RTSP_LOW_RES_ENABLED="false"
|
||||||
RTSP_LOW_RES_ENABLE_AUDIO="false"
|
RTSP_LOW_RES_ENABLE_AUDIO="false"
|
||||||
@ -232,6 +233,7 @@ RTSP_LOW_RES_FPS=""
|
|||||||
RTSP_LOW_RES_MAX_BITRATE=""
|
RTSP_LOW_RES_MAX_BITRATE=""
|
||||||
RTSP_LOW_RES_TARGET_BITRATE=""
|
RTSP_LOW_RES_TARGET_BITRATE=""
|
||||||
RTSP_LOW_RES_ENC_PARAMETER=""
|
RTSP_LOW_RES_ENC_PARAMETER=""
|
||||||
|
RTSP_LOW_RES_FPS=""
|
||||||
|
|
||||||
ENABLE_MP4_WRITE="false"
|
ENABLE_MP4_WRITE="false"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user