Setting MPEG-4 bitrate Setting for VN-V686
Format /api/param?encode(2).bitrate=Data
Example /api/param?encode(2).bitrate=2000000
Example of response encode(2).bitrate&202 Accepted(encode(2).status=save) Interpretation Change the bitrate setting of
The change is saved by the API, encode(2).status=save. If the change is not saved, the setting is restored by reboot. Allowed users admin, operator
Getting MPEG-4 Rate Control Setting from VN-V686
Format /api/param?encode(2).cbr_mode
Example of response encode(2).cbr_mode=cbr&200 OK
Interpretation Acquire the rate control setting of
Allowed users admin, operator, user
Setting MPEG-4 Rate Control for VN-V686
Format /api/param?encode(2).cbr_mode=data
Example /api/param?encode(2).cbr_mode=vbr
Example of response encode(2).cbr_mode&202 Accepted(encode(2).status=save)
Interpretation Change rate control of
The change is saved by the API, encode(2).status=save. If the change is not saved, the setting is restored by reboot. Allowed users admin, operator
Getting MPEG-4 Frame Rate Setting from VN-V686
Format /api/param?encode(2).framerate
Example of response encode(2).framerate=15&200 OK
Interpretation Acquire frame rate of
Allowed users admin, operator, user
Setting MPEG-4 Frame Rate Setting for VN-V686
Format /api/param?encode(2).framerate=data
Example /api/param?encode(2).framerate=30
33