KhaosT / homebridge-camera-isight

iSight camera plugin for homebridge
51 stars 14 forks source link

What settings to put in stream #1

Closed tommyd75 closed 8 years ago

tommyd75 commented 8 years ago

I've got it running and I was able to add the camera to my iOS device but when I touch the black window to see the camera it crashes, I assume because I don't the the proper stream in the config. "source": "-re -i rtsp://myfancy_rtsp_stream", <-----WHAT SHOULD I USE HERE?

I already installed FFMPEG on my macbook.

KhaosT commented 8 years ago

Are you trying to use this plugin or do you mean the config for the other plugin(homebridge-camera-ffmpeg)?

tommyd75 commented 8 years ago

I'm trying to test this plugin on my raspberryPi to show the camera of my MacBook. Eventually I want to be able to show one of my cameras from my camera system. I'm going to be using a DoorBird doorbell IP camera. I need to figure out the rtsp stream link for that eventually. I installed FFMPEG on the MacBook and installed this plugin on the Pi. Maybe I misunderstood what to do?

KhaosT commented 8 years ago

Aha, that's what you mean… This plugin expects you run the homebridge on your Mac since it tries to pull the video stream directly from iSight Camera on your Mac. It will not work if you install this plugin on a Raspberry Pi.

tommyd75 commented 8 years ago

OK now that makes sense why it's not working I will install the other plug-in on my raspberry Pi and try a RTSP link from a regular IP camera for testing.