RTSP dropouts and RPC disconnect errors (Dahua NVR + IP cams) #1591
Unanswered
wajonespress
asked this question in
Q&A
Replies: 1 comment
-
Hey @wajonespress, I got the same issues using a Eufy S3pro Cam. It's just because the stream will stop on request, cause of energy saving - it's a battery based device in my case. I think my homebase initiates that stop rtsp stream action. I am running into the same error, also with motion detection - my pi5 simply isn't fast enough to process rebroadcast and video analysis within the time the homebase keeps streaming. Damn it :) Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to stream four Dahua IP cameras via a Dahua NVR over RTSP, but after 60-90mins I am consistently getting simultaneous stream dropouts on all four cameras. I am then unable to stream any camera, either inside Scrypted or through external clients like HomeKit, until I manually reload the RTSP Camera plugin. HomeKit recordings and OpenCV motion detection also fail until restart.
RTSP streams remain online and stable in VLC.
These dropouts always coincide with an undefined RPC error:rpc.RPCResultError: (None, 'peer was killed')
OS: macOS 14.6 (M2 Mac mini)
Installation Method: Terminal (via Homebrew)
Device: Dahua NVR + Dahua IP cameras
Client: HomeKit
I've been problem solving this for over a week now to no avail. And every time the cameras cutout my insurance is voided.
I can't find anything on the internet about people getting this undefined RPC error inside Scrypted, and I can't see anything in my setup that looks out of the ordinary. Please help.
RPC disconnect error in the Scrypted Core log:
...And then again after restarting RTSP plugin.
All subsequent attempts by all plugins to access any RTSP streams fail, citing the RCP result error.
Beta Was this translation helpful? Give feedback.
All reactions