-
Notifications
You must be signed in to change notification settings - Fork 157
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
Can't see the RTSP stream. (Swann DVR8-5000) #349
Comments
To add information. FFMPEG shows the following output:
|
404 not found usually means that the path you are try to access Could you please set the environmental variable GST_DEBUG=3 and try again we should get more information about gstreamer. |
I left it running overnight, and it started working. Once I added another camera in MotionEye (the monitoring software I use), it stopped working again. I'm actually using your fork @QuantumEntangledAndy, as it seems to be more stable. I tried again with FFMPEG in the morning, and I got a new error.
^ That is the output of Neolink this evening. I can get it to work every now and again simply by spamming the command again and again. This is the view in MotionEye, the red square means there are changes in the RTSP stream, but those grey boxes mean that the RTSP data is invalid. In Home Assistant, the MotionEye integration shows that one of the cameras is working. But the other stays invalid. After a little while, the MotionEye interface correctly shows the second camera. (the one showing in HA). Again, the first one stays blank. |
I should add that both of them are configured the same in MotionEye, with FPS set at 10, and resolution at 1080P and the URLs are the same with only the name being different. Both are also configured as a GstreamerTCP stream. (that is autoconfigured by MotionEye) |
Another thing I should mention, I can successfully take an image using |
Okay, finally, I think it's working. I rebooted the entire system, including DVR, and both cameras showed up. I did have to reboot Neolink a bunch of times until the error below disappeared.
It didn't last long; only 2 minutes later, and the second stream disappeared again. |
@QuantumEntangledAndy Any update on this? |
Since it seems to work but intermittently this is hard to diagnose. It may be the network for example. Particularly since you seem to be getting the dropped connection error. I see that you are streaming both clear and fluent? Have you tried just fluent? Does that help? You do that with the I'm currently working on a rework of the rtsp part of the code. Maybe it will help or at least provide a more useful error message. But it will take a little while for me to find the time to finish this. |
I just implemented the |
Describe the bug
Can't seem to view the RTSP stream from any device.
I have a Swann DVR8-5000 which seems to connect fine with Neolink, shows
driveway: Starting video stream Main Stream (Clear)
in the log.To Reproduce
Steps to reproduce the behavior. Example:
rtsp://192.168.1.25:8554/frontporch
(tried
rtsp://192.168.1.25:8554/frontporch/mainStream
too)Expected behavior
Neolink works, and I can see my stream in FFMPEG or VLC.
Versions
NVR software: blank
Neolink software: latest
Reolink camera model and firmware: H2MB14 config version v2.0.0.0
The text was updated successfully, but these errors were encountered: