-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
DoorBird devices stop responding to live stream requests after a few days #757
Comments
@michaelyork Could you please try it again with disabled prebuffering? I assume that the long running prebuffering ffmpeg has an issue when the incoming audio is not available from the Doorbird for some reason. Maybe we have to implement our own HTTP audio receiver here and then make this available to ffmpeg to have more control. |
Will test now, thanks @nanosonde! I will say, the instant load times for prebuffered streams are really fantastic. Would love to see a solution that can continue to support them. :) |
I used to use the following ffmpeg options in another project where I had an MJPEG stresm via the ffmpeg http module:
@koush |
not sure, check in CLI in scrypted terminal. using ffmpeg prebuilt from a npm repo, which I think packages standard ffmepeg static libs. |
Hi there, I just installed the the plugin for my Doorbird D1100E and am absolutely loving it - big thumbs up! I haven't come across the above described issue yet (hopefully won't) but just wanted to suggest to also include the doorbird relay as a subdevice in HK (similarly as the Homebridge plugin offers). Other than that, HKSV, two-way audio and speed is just amazing, many thanks for the great work! |
Absolutely loving the plugin, I've been waiting years for this. I've also just encountered the issue, which gets resolved after a restart of Scrypted. Happy to help with logs or any debug if its needed. I've not tried disabling pre-buffering yet. |
can also confirm this behaviour |
I also have this issue, I will now try with prebuffering off |
@djfanatix any success with prebuffering turned off? |
I have the same problem and need to restart the Doorbird plugin every 4-6 hours. Has anyone solved this problem? |
I'm also observing the problem and have not been able to find a solution besides restarting the plugin manually. |
My workaround is to restart scrypted automatically if the snapshot-Uri for the DoorBird camera does not respond within 2s seconds. Would be cool if i could restart the DoorBird plugin only. |
Could you share how you configured this automatic restart? Thanks! |
You need to enable the webhook plugin for the doorbird camera. I am using a home assistant sensor to call the api with this sensor template:
and this is my Home Assistant automation:
|
What's the advantage of using the Doorbird plugin over ONVIF? I just tried switching to ONVIF a few days ago and have not had any of the hanging issues that appear to be present with the Doorbird plugin. |
ONVIF doesn‘t support two-way audio, does it? |
To my knowledge the current doorbird firmware does not support ONVIF Profile-T type video doorbells as it does not support RTSP audio backchannel. |
I've observed this behavior across 3 different locations/installations and 5 separate DoorBird units. It seems that after some point (without anything odd in the plugin logs), the live camera stream stops working. Live streams/HKSV all stop operating at that point.
Restarting the plugin instantly resolves the issue. Nothing shows in "Pending Requests" when the plugin is in this bad state.
Let me know what else I can share to help debug!
cc @nanosonde, original plugin developer.
The text was updated successfully, but these errors were encountered: