Newbie feedback #151
Replies: 3 comments 7 replies
-
Thanks for writing this up! A few of these things are because Moonfire is in the process of switching its RTSP support from ffmpeg (which despite its problems has a lot more flight miles) to Retina (a new library I've written myself). Long-term I want to get Retina working well, but for now it's possible to switch back to ffmpeg via
You're the second person this week to bring this up. #142 I'll definitely adjust the instructions a bit.
Good point. Filed #152.
Yeah, that's how it is for the moment. Eventually I'd like to have the configuration just be part of the web UI (#35), but it's a lot of work.
#152 also.
That'll be easy to support. Filed scottlamb/retina#25.
Can you paste the remaining lines of this message? We can probably get this one fixed too then.
The first line of your |
Beta Was this translation helpful? Give feedback.
-
I can confirm that using ffmpeg gets the camera working. Here's the full dump of one of the examples of unparsed data:
WRT to the timezone, I changed the first line of the nvr script to:
So at this point it's working pretty well with 2 cameras. I've got more to do, but am pretty pleased. CPU usage is very low. I have other things to set up and questions related to them but will read the docs first as I progress. I have one further issue - sometimes when trying to play back a recording I get a message "No video with supported format and MIME type found." Other times it works fine on the same recording and the live view always works. Other UI tweaks I'd like to see:
Again, this is all intended as constructive feedback - I really appreciate what you've done here and think it's going to suit what I need very well. You can expect to see PRs from me further down the track. |
Beta Was this translation helpful? Give feedback.
-
Some more questions:
|
Beta Was this translation helpful? Give feedback.
-
I've just started setting up Moonfire - I plan to have two installs, one to replace my Swann/Hikvision NVR at home, and a new one in an RV where power consumption is critical. I tried Shinobi and gave up because of the byzantine user interface.
I have some feedback and a few questions from the install and setup process. This is not yet complete but I want to get this stuff down as I encounter it, as it is intended to be constructive.
My system:
Problems I encountered and solved or worked around:
/Streaming/Channels/101
, still no joy, now complaining about a relative url. I finally figured out that it needs the url with the scheme and host, but not the username/password. This should be picked up when entering it in the config, not with an exception at run time. And...nvr config
. This, plus the need to runnvr logs
to actually see what is going on, makes the setup process for a newbie like me somewhat frustrating.Current problems
I have set up one camera (Hikvision) that works fine. Another camera (Anpviz IPC-D250) works fine with VLC, my Hikvision NVR, and Shinobi, but not Moonfire - it passes the Test in Config (the stream resolution is correctly identified) but will not record. There are two problems:
This looks to me like the camera is not standards-compliant, but it does work fine with lots of other things.
More to come.
Beta Was this translation helpful? Give feedback.
All reactions