Bitrate
POST/param.cgi?post_media_audio&streamrate=:value
Function: Set the audio bitrate.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE
- Studio Pro
Example: Set audio bitrate to 96 kbps
curl:
curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&streamrate=96" -H "Content-Length: 0"
JavaScript:
fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&streamrate=96", \{method: 'POST'\})
Request
Responses
- 200
The request has succeeded.