- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Meraki MV integration with Homekit?
Has anyone been able to get this to work? I am trying use Homebridge to connect my cameras into Homekit using RTSP, but I am only able to get it to process stills/images. When I try to pull up the live-stream it throws an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I haven't but am very interested if you get this to work!
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to get it to work by disabling audio recording on the cameras. There are a couple of other settings too, let me know if you are unable to get it to work I can try and assist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi John,
Excellent news!
So audio has to be disabled? Are you able to post the other settings you needed to change, as it may help others as well.
We can't be the only ones who want this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used the ffmpeg plugin "Homebridge Camera FFmpeg" with the following configuration and was able to get it to work. They've recently added some new features that I haven't implemented yet but this is good enough to get started.
"cameras": [
{
"name": "front-exterior",
"manufacturer": "Cisco Meraki",
"model": "MV72",
"motion": true,
"videoConfig": {
"source": "-rtsp_transport tcp -i rtsp://10.0.3.169:9000/live",
"stillImageSource": "-rtsp_transport tcp -i rtsp://10.0.3.169:9000/live",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 20,
"maxBitrate": 3138,
"vcodec": "copy",
"audio": false,
"debug": false
}
},
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks John,
Looking forward to trying this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey, John! 🙂
I can see this post is from 2020 is it still valid? I am trying to RTSP an MV63X but I am getting nowhere.
When you mentioned disabling audio is that both by "audio": false" and the physical switch on the camera?
BR,
Simeon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Simeon,
I was just (as in today) able to get this working with the same settings provided above. Note that you MUST disable the audio recording for the camera on the Meraki dashboard as well. Why that's the case is beyond me it shouldn't, matter but as soon as I turned off audio recording on the camera it started working correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do we know if this works with Home Assistant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have linked MV cameras to HA in the past however due to the limit of 2 RTSP streams is can cause issues if there are multiple people using your HA instance.