hjdhjd / homebridge-doorbird

Homebridge plugin for Doorbird
Apache License 2.0
55 stars 14 forks source link

homebridge-doorbird with homebridge-camera-ffmpeg issues #25

Closed brownad closed 6 years ago

brownad commented 6 years ago

Might need some extra help, or clarification.

Running the plugin with homebridge-camera-ffmpeg causes the doorbird video stream to Exit out when you want to see the video. But in standalone testing I noticed its possible to do the same to the homebridge-camera-ffmpeg and receive the doorbird video without fail, so not clear why they can't for some reason co-exist as separate plugins, its been that way for a while for me.

Any ideas out there?

mrhund commented 6 years ago

Only a first guess, maybe something with the order of adding the devices or calling the events...? Or with the timing of the events....? In one of your last posts you wrote something about iOS 12 Beta... is it only with the Beta...? I’m asking cause I don‘t have any issues.

brownad commented 6 years ago

It’s not the beta it was a thought initially, however I did want to bring ffmpeg in line.

It’s easier to see it fail now post upgrade - Exit Code 1. I’ll check order of devices, either that or run separately.

Sent from my iPhone

On 3 Jul 2018, at 19:11, mrhund notifications@github.com wrote:

Only a first guess, maybe something with the order of adding the devices or calling the events...? Or with the timing of the events....? In one of your last posts you wrote something about iOS 12 Beta... is it only with the Beta...? I’m asking cause I don‘t have any issues.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

brownad commented 6 years ago

Fixed by adding and re adding the video source odd but what the ..