Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebridge - FFMPEG- OMX #29

Open
jeylites opened this issue Jan 15, 2018 · 1 comment
Open

Homebridge - FFMPEG- OMX #29

jeylites opened this issue Jan 15, 2018 · 1 comment

Comments

@jeylites
Copy link

jeylites commented Jan 15, 2018

Hi

I followed the instructions on homebridge-camera-ffmpeg-omx but I can't seem to get the camera show up on Homekit. Previously I got it working on IOS 10, a few months ago but after upgrading to 11 and I had to switch to a different Raspberry Pi 3, I can't seem to get it working.

Any ideas?

Instruction followed...
https://github.com/legotheboss/homebridge-camera-ffmpeg-omx

Hardware
Phone: IOS 11
Raspberry Pi3

Config.json
{
"bridge":{
"name":"Homecam",
"username":"7C:77:07:B7:77:EA",
"port":51827,
"pin":"031-45-157"
},
"description":"Configuration file",
"platform": "Camera-ffmpeg-omx",
"cameras": [
{
"name":"Camera Name",
"videoConfig":{
"source":"-re -i rtsp://admin:[email protected]:554//h264Preview_01_main",
"stillImageSource":"-i http://192.168.1.64/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=abcd123456&user=admin&password=0162855518",
"maxStreams":2,
"maxWidth":1280,
"maxHeight":720,
"maxFPS":30,
"vcodec":"h264_omx"
}
}
]
}

@jeylites
Copy link
Author

A follow-up update

pi@raspberrypi:~ $ homebridge
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see http://0pointer.de/avahi-compat?s=libdns_sd&e=node
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister
[2018-1-16 10:47:12] Loaded plugin: homebridge-camera-ffmpeg-omx
[2018-1-16 10:47:13] Registering platform 'homebridge-camera-ffmpeg-omx.Camera-ffmpeg-omx'
[2018-1-16 10:47:13] ---
[2018-1-16 10:47:13] Loaded config.json with 0 accessories and 0 platforms.
[2018-1-16 10:47:13] ---
Load homebridge-camera-ffmpeg-omx.Camera-ffmpeg-omx
Setup Payload:
X-HM://0023ISYWZO7HG
Scan this code with your HomeKit app on your iOS device to pair with Homebridge:

Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│ 031-45-155 │     
└────────────┘     

[2018-1-16 10:47:13] Homebridge is running on port 51821.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant