-
-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
tested configA new tested configurationA new tested configuration
Description
Manufacturer/Model: Mobotix M26/T26
Homebridge Config:
```json
{
"platform": "Camera-ffmpeg",
"cameras": [{
"name": "Mobotix M26/T26",
"videoConfig": {
"source": "-f mxg -i http://user:password@192.168.100.100/control/faststream.jpg?stream=MxPEG",
"stillImageSource": "-i http://user:password@192.168.100.100/cgi-bin/image.jpg",
"maxStreams": 3,
"maxWidth": 1920,
"maxHeight": 1080,
"maxFPS": 30,
"audio": true,
"returnAudioTarget": "-ac 1 -ar 8000 -af volume=+6dB -acodec pcm_mulaw -f rtp rtp://239.168.100.100:5656"
}
}]
}
```
Additional Information: The RTP multicast address used to receive the voice return channel (returnAudioTarget) must be activated via the Mobotix configuration option "RTP Pager". The volume can be adjusted as needed.
Metadata
Metadata
Assignees
Labels
tested configA new tested configurationA new tested configuration