-
Notifications
You must be signed in to change notification settings - Fork 29
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
Does not detect disconnects #46
Comments
Also notice that log is showing that the device is busy when trying to watch the camera again: |
To workaround hanging video stream issue I have to ssh to the raspberry pi and restart the service:
|
To give more context I am using standalone mode on Raspberry Pi Zero W, following instructions on wiki. I've tried both versions of ffmpeg:
|
The same issue of hanging unused video stream can also be reproduced for me by walking with iPhone between access points, even on the same network. Similar to what is described in #28 |
As a workaround, I am restarting the standalone service every 5 minutes to stop hanging video stream:
|
Same issue here. With the homebridge (not standalone) version. This bug makes this (very nice plugin) almost unusable :/ |
Thank you for the great component!
When HomeKit connection is lost the video stream is still getting sent. This prevents me from reconnecting to the camera, as the camera device is already busy.
How to test:
journalctl --follow -u hap-camera-rpi.service -b
What I was expecting after the iPhone goes offline frames stop and when iPhone goes back online video stream resumes.
The text was updated successfully, but these errors were encountered: