Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Mobotix M26/T26 with voice return channel #1503

@klaus-schauer

Description

@klaus-schauer

Manufacturer/Model: Mobotix M26/T26

Homebridge Config:

```json
{
"platform": "Camera-ffmpeg",
"cameras": [{
"name": "Mobotix M26/T26",
"videoConfig": {
"source": "-f mxg -i http://user:[email protected]/control/faststream.jpg?stream=MxPEG",
"stillImageSource": "-i http://user:[email protected]/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

No one assigned

    Labels

    tested configA new tested configuration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions