Sic79

Members
  • Posts

    107
  • Joined

  • Last visited

Everything posted by Sic79

  1. Can anyone pls help me get this up ´n running. I see now that the docker is updated and might be worth a try to get running as a docker in unraid. Here is the link https://hub.docker.com/r/jshridha/blueiris
  2. Ok thanks, I already know how to setup and it works great :). It was just a question/suggestion if that was possible to add the variables to the docker so that it could be set when installing the docker. Non important feature ofcourse but it would be neat to have them easy accessed.
  3. Hi @dlandon, Would it be possible for you to include variables for SQLDB IP and login in the Docker setup for us who use a external SQLDB?
  4. Hi @Paul Taylor, I have issues where I can´t for example delete/edit songs that SongKong has proccessed. I always have to "chmod" the files manually afterwards so that I can edit them. Is it something that is there on purpose or is it something that you pls can fix (umask maybe)??
  5. @dlandon Ok, I see now that it is already fixed in your Git. But still I seem to have problems getting it running again. I recieve the following error: sh: 1: /var/lib/zmeventnotification/bin/zm_detect_wrapper.sh: not found My config is "hook_script = '/var/lib/zmeventnotification/bin/zm_detect_wrapper.sh'" so it should look at the right location (hook/zm_detect_wrapper.sh) or am I missing something?
  6. Hi @dlandon It seems like zmeventserver is broken in latest update, atleast it stopped working on my server. I suspect it is some new "breaking changes" (new paths and names) for eventserver. I read about the changes here: https://zmeventnotification.readthedocs.io/en/latest/guides/breaking.html
  7. I just pointed to the UD disk in the docker settings. And then I checked the storage settings in the docker so it was ok there.
  8. I use a UD disk and it works great for event storage.
  9. I just used a Debian distro and installed Zabbix as usual, there are many guides on how to install if you google. And I gave the VM 1 Core and 2GB RAM (maybe 1GB is enough, I have alot of right now so), hope it helps you out?
  10. Hi @Djoss . Could You please include the "--def clean=" variable in the settings? Edit: Hm maybe its not needed, I see that the AMC seems to clean up after extract. I´m gonna test on a another server tonight and see how it behaves. Edit2: Ok, it worked
  11. I run Zabbix in a VM and it works as it should.
  12. Yes, it seems to work. I see no errors about hwaccel in my logs now. Thanks Edit: Doesn’t seem to lower my CPU usage though. Well, I’ll try some more
  13. Thanks! Hope it will work, a bit old though but worth a try and see if it runs.
  14. Hm wierd, I updated on Saturday when I saw your git. I could try again and see then, saw that there was a updated zmeventserver. I’ll report back when I have tested. Thanks
  15. Blue Iris https://github.com/jshridha/docker-blueiris
  16. @dlandon @dlandon I saw that you did some changes on your github according to hwaccel but I did not see any difference when I updated my ZM docker so I just wonder if it is implented or are still working on it?
  17. @Djoss Finally had some time again and test it, and now it works great :).. Thanks for the fix
  18. I dont know if you saw it in the Zoneminder Slack channel but you got build instructions from Icon on how to include hwaccel support. “@Dan Landon In order to build in hwaccel code in zoneminder, cmake must be able to detect /usr/include/x86_64-linux-gnu/libavutil/hwcontext.h . This file is in libavutil-dev”
  19. Great, will try later today and see if it works
  20. @Djoss Hm I still can't get the permissions to work, maybe im doing something wrong. It ain't root:root now but only the owner (nobody) has write permission so when I for example try to move or edit files through my windws computer I can´t beacuse of permissions. If I understand correct, it should work fine with UID:99 GID:100 UMASK:0000, every file filebot touches should be rwrwrw, am I correct?
  21. Great, it worked instant after update I actually think I found another issue, folders and file permissions. It seems to always set root:root after move. My settings is: UID:99 GID:100 UMASK:0000 I tried to set different UMASK´s according to "https://wintelguy.com/umask-calc.pl", but it doesn´t seem to change anything. Also found a little typo in the config maybe something to fix in the next version, "OpenSubtitles Passowrd:" Thanks for the fast fix
  22. Ok. Thanks for answering, will do that Skickat från min iPhone med Tapatalk
  23. @dlandon I tried to activate hwaccel but I see the following in the log: "zmc_m1 5424 WAR HWAccel support not compiled in. zm_ffmpeg_camera.cpp 538" Is that something that you could include in your compile?