-
Notifications
You must be signed in to change notification settings - Fork 112
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
Curl, rtsp and nvr #85
Comments
Ok, I've found the curl that you compiled for google script... and it seems work... |
I'm using the cam with hass and motioneye and I have no problems with disconnections. |
It gives me an input error everytime. First both shows normally, after a period they stop showing and screen comes black. With yi app both works normally, when rtsp comes black also in ispy I've the disconnected signal. |
Later, if I can, I will try again and report errors that shinobi video log. |
Please, check if rRTSPserver and h264grabber are running. |
yes they're running. Shinobi gives me this FFMPEG STDERR a few seconds ago |
And this is what he pass for video |
Now, that both are in that status, if I try to add them on a new reflashed motioneye os, I obtain |
Manually killed rRTSPServer, restarted |
After some minutes rRTSPServer (manually started) crashed with a |
Did you run rRTSPServer with the correct pipe?
|
With this pipe it works... for some time, like on reboot. Then it stop again, and this is, again, the shinobi output |
Also h264grabber is up. |
May be the same issue described here? |
maybe... Do you think we could compile a different rtsp server? |
like this one maybe... https://awesomeopensource.com/project/mpromonet/v4l2rtspserver |
To understand if it's a rtsp or h264grabber fault. |
The rtsp server you posted is based on the same library I used: live555. |
I think you can't use It due to the small space, but if we use those libs directly on sd card? only to try and see if It works? |
This work requires a lot of time. I don't use discord, sorry. |
I'm trying the bfus dome, by now it works without problem, while the 2 home has always the same problem. It's not the same hardware? |
Spoken too early... Same error -.- |
If it helps the differences between the dome and the other is that the dome restore the rtsp connection after some, the homes, instead, remain with no video. (all configured and running at the same time) |
Very strange, the software is the same. Do you use shinobi and motioneye at the same time? |
I've tried all config... Motioneye alone, shinobi alone, both... Nothing changes. |
I'm installing shinobi... |
Installed shinobi 20 hours ago. Please send me your configuration. Both yi app configuration and yi-hack configuration. |
Which configuration you need? What in particular? |
I would like to check if there is something strange in your configuration and copy your config to my cam. |
On shinobi I have left all default options, and for camera I choose On motioneye only rtsp://10.0.0.2/ch0_0.h264 and all the rest default (I've tried also to change framerate to 20) On yi-hack (if it help, I've had to restart both camera because weren't reachable, even with browser, ssh or telnet, but with the yi app they were working) I have: PORTS No auth |
This part
I think it was because I have the yi app opened on my pc, because when I have the app open network from and to cam is slow. |
Shinobi settings and error: Camera settings: Processes active: https://ibb.co/xh2GjGw |
This is motioneye https://ibb.co/Wv2WPsj, as you can see the dome yi is visible, "telecamera1" and "telecamera2" are the home 1080p, and the other 2 are other 2 cameras. |
I copied your configuration to my system 20 hours ago and is working without problem. |
I think it's a bfus problem. I'm having always |
I am having a similar problem with blueiris and home assistant. RTSP scream dies after a day or 2. I can also not get to the scream via VLC. A reboot usually resolves the issue. I am running version 2.5 on the 6FUS. |
@Mdleal try to disable high quality streaming and put ch0_1.h264 into the url. I'm not recording, but it seems work |
Same issue as @Mdleal with Blue Iris and Homeassistant. I will try what @buzlightyear suggested of disabling RTSP high quality. Currently, I have Blue Iris restarting the cam through going to the restart URL everytime it sees no signal so at least I don't have to manually restart cam. I'm using 2.4 on BFUS. Everything else works great. |
Are there any logs we can look at to see why it's crashing? |
Since I can't solve the problem, I will try to add a watchdog to monitor the RTSP process. |
I think it's a h264grabber fault, because the frequent error was that ffmpeg fail to read input. After that cam will be showed as they were disconnected. |
In my opinion it is a live555 fault when there is a network problem. I had a crash yesterday and the state of the processes was this:
|
Please try release 0.2.7 |
0.2.7 seems to be stable. I still see an occasional signal loss in Blue Iris but may be it's more on Blue Iris side as it resolves within seconds? I don't have to manually reboot the camera anymore. Let me know if you want me to pull any logs. Thank you for fixing this! |
2 or 3 seconds of signal loss is normal when the watchdog restarts the daemon. |
That makes sense. Thanks again. |
Hi,
thanks for your work. I'm going crazy with some things on my 2 home 1080p BFUS.
First one: Curl is not usable. I've tried to put in the bin folder into the home, with libz.so.1 in lib folder into home, in the yi-hack/bin and lib subfolder into the sd, changing PATH... No way, it gives me always not found.
Second things is for streaming, I've tried to put both camera under shinobi, motioneye, ispy... they always come disconnected after a period. (Tried also with err_detect ignore_err under shinobi).
Anyway find how to make curl works is the most important things, because I've made a script for owncloud and the google drive script doesn't work for the same reason.
The text was updated successfully, but these errors were encountered: