Jump to content

dee31797

Members
  • Posts

    270
  • Joined

  • Last visited

Posts posted by dee31797

  1. 27 minutes ago, Karyudo said:

    I've also got a 'kde' directory that I don't believe I have deliberately installed for anything. Does Krusader (any Docker version) use that? Would that be a confounding factor?

    no that should be something else, unless you've manually changed it in the settings where the option "Container Path: /config" appears.

     

    I'm at a lost on what's causing this issue for you. The beauty of docker is that once the image is setup and works, you can put it anywhere docker is running and get the same results.  If the Binhex container is working for you then I have no choice than to recommend it.

  2. 10 minutes ago, Karyudo said:

    Tried again with user template Krusader, and no change: still not connecting.

    Sometime is preventing the Krusader app from starting inside the container and the only thing I can think of that could do that is old/corrupt stuff in the appdata/krusader folder.

     

    In the log you're not getting the messages about the app starting

    [services.d] starting app...
    [app] starting Krusader...
    [services.d] done.
    ...
    ...
    ...
    ...

     

  3. 4 minutes ago, Karyudo said:

    Yeah, I'm at <local IP>:6080. I haven't changed any of the defaults. Well, not deliberately, anyway....

    This is a tough one.  I started up a fresh krusader container on my test system with your settings and it starts right up.  

    It's a long shot I think, but lets try to first remove the container by clicking the krusader Icon then remove.  After that delete the folder /mnt/user/appdata/krusader.  Lastly, once the folder is gone go back to the docker tab, add container, select template Krusader.  Let me know if it makes a difference.

  4. 23 minutes ago, Karyudo said:

    RE: Krusader Docker
    The djaydev Krusader Docker has been recommended to me, but I can't get it working right.

     

    Accepting the default info and starting the Docker, I get a red 'X' and "Server disconnected (code: 1006)".

     

    I've previously had the binhex-krusader Docker working with no problems (although it's been completely removed at the moment).

     

    What do I have to do to get this working correctly? 

    Please attach the settings for the krusader container from the Unraid GUI

  5. 1 minute ago, Ryland said:

    I actually have a comskip.ini from a windows client that does exactly what I want so I have what I need.  I guess I will try to give it a spin.  Does the docker base you mentioned also monitor a directory for new files?

    No, the process is completely manual.  You have to map the comskip.ini and the folder containing the videos (example from previous post) and manually tell comskip what/where video file you want it to use.

  6. 13 hours ago, Ryland said:

    Referring to the auto-comskip.  Is there any way to get it to only detect commercials and output a vprj file to a specific location?

    Unfortunately auto-comskip is setup to just do it's thing. Watch for videos files and automatically remove commercials.

     

    If you have the desire and command line and docker skills, you can do it manually with my other docker image djaydev/comskip.

     

    From the command line run:

    docker run --rm -ti -v "/YOURFOLDER/comskip.ini":"/opt/comskip.ini" -v /YOURVIDEOFOLDER/videos:/videos --entrypoint='bash' djaydev/comskip

    Using vprj requires a custom comskip.ini, so set that up and map it, replacing "YOURFOLDER" with where ever you saved your comskip.ini settings file.

    After running that docker command you'll be at a command line prompt to run a manual process of video to vprj.

    bash-5.0# 
    Usage:
      comskip  [-h|--help] [-w|--debugwindow] [-n|--playnice] [--zpcut] [--zpchapter] [--scf] [--videoredo] [--videoredo3] [--csvout] [--quality] [--plist] [-m|--demux] [--hwassist] [--cuvid] [--vdpau] [--dxva2] [--decoders] [--threads=<int>] [-p|--pid=<string>] [-t|--ts] [-d|--detectmethod=<int>] [-v|--verbose=<int>] [-u|--dump=<int>] [-s|--play] [--timing] [-q|--quiet] [--ini=<file>] [--logo=<file>] [--cut=<file>] [--output=<file>] [--output-filename=<file>] [--selftest=<int>] <file> [<file>]

     I've never used vprj so I can't help with the exact command(s) you'll need to use for comskip.

  7. 7 hours ago, dtctechs said:

    I am using uGet.  I am unable to sort columns. I've tried in  WebVNC and direct VNC.  For example when I click 'Complete' column, the session flashes and organizes for 1-2 seconds then reverts right back to the previous sorting.  I am not sure if this is some sort of restriction or a problem on my end. Any help is appreciated.

    dtctechs,

    I've added some downloads to uGet to test column sorting (I hadn't tried it before now) and I can't replicate the issue.  I initially thought it could be browser incompatibility but it also works for me in direct VNC.  Unfortunately the only suggestion I have is to delete the config folder and rebuild the container.  The quickest way to rebuild the container is to force an update from the Unraid Dashboard WebGUI.

  8. 28 minutes ago, skois said:

    Hello, i'm trying to setup the MotionEye docker.
    I have 3 IP Cameras set to 1080p - 15fps - mkv/V4L2M2M Format
    When all 3 is capturing my CPU uses 20-25% (It's a Threadripper 2920!) and i think its a bit high for this kind of cpu.
    Tried also passthrough but still had about the same. (18-23%)
    I run on the docker's console the ffmpeg -hwaccels, and i got this:

    Is the HW accel enabled? If not how i can enable it?

    Also ffmpeg -encoders output:
     

    Also uploading one of the cameras config. The other 2 are exactly the same with different names.

    Thanks for your time

    camera-1.conf 2.18 kB · 0 downloads

    Hi,

     

    The first half of the process is motion detection and it will be the majority of your CPU usage.  Motioneye uses the application "Motion" to detect changes in the video. The more camera feeds, the more CPU usage and it's all software based.

     

    Once motion is detected and motioneye is set to record video on said motion, Motioneye either encodes the video to a new video codec or you can use passthrough to save the video in the original codec.  Encoding of the video can be done with a hardware device if available and supported.

     

    For hardware accelerated encoding you must pass a hardware device to the container.  For example, V4L2M2M requires a hardware device that's typically located at "/dev/videoX" and must be mapped to the container.  I've only seen V4L2M2M with ARM based SBC's such as the Odroid XU4 hardware accelerated encoding (reference https://github.com/ccrisan/motioneye/releases/tag/0.42).  Other options supported by motioneye are Nvidia's NVENC (requires a Nvidia GPU) and Intel's QSV (requires an Intel iGPU apart of an Intel CPU).  Even though ffmpeg has options such as VAAPI (also GPU based), Motioneye does not support it.

     

    Here's the catch, even if you do have a Nvidia GPU or Intel iGPU to map to this container, since this container image is based on Alpine linux it doesn't have support for it.  So to use hardware encoding I recommend you use the docker container that's created by Motioneye's original author, located at https://hub.docker.com/r/ccrisan/motioneye . It's based on Ubuntu so it's 3 times the size of my container.  I haven't tested it myself (I use passthrough video setting personally) but I believe his container does support hardware encoding.  As we mentioned once you install his container you have to map a supported GPU to his container before hardware accelerated encoding will work.

  9. 9 minutes ago, Darrell said:

    I just discovered recordings-autoconverter. It works beautifully! Thanks for creating it and sharing with the community.

     

    Is there any option to have recordings-autoconverter leave the audio untouched? I have a 5.1 Home Theatre setup and would like to keep the 5.1 audio instead of convert it to 2 channel stereo.

     

    Thanks

    Thank you!

     

    Currently there's no options for the audio but I will look into adding something like that in the future.  

    • Thanks 1
  10. 6 hours ago, MM23 said:

    This might be a dumb question but how do I paste links into uGet webui? I can't figure out how and it's kinda unusable without the ability to paste

    click "clipboard" in the top right

    click text box, press ctrl + v on your keyboard to paste text you desire the container to have

    click submit

    in the uget wegui go to where you need the text, press ctrl + v on your keyboard to paste text you desire

     

    edit:  the container is still usable with pasting text. 

  11. 3 minutes ago, rojarrolla said:

    Thanks, would you mind telling me where to start? 

    This is what I see from my root directory in unraid. Sorry I'm not very experienced with linux,  I understand a little bit.

     

    Thanks!

     

     

    I can help with the file system, but you're going to have a tough time with this container.  It's an advanced setup running a web server, dhcp server, text based configuration via config files.  

     

    The docker container settings (in Unraid GUI) has a list of volumes, variables, devices, etc and are managed by you.  In this specific instance you need to add "/etc/dhcp/dhcpd.conf" to the docker container.  The most common why this is done is with an appdata folder, "/mnt/user/appdata/glasss-isc-dhcp/dhcpd.conf" mapped to "/etc/dhcp/dhcpd.conf", but the choice is yours use whatever host directory you desire.

     

    Once your selection is made, use the Unraid GUI docker settings to change the host path to your selection and the container path should already be filled in when you installed the container.  For an more in depth explanation on docker settings and volumes please see https://wiki.unraid.net/UnRAID_6/Docker_Management

  12. 1 minute ago, rojarrolla said:

    Thanks! I've seen those instructions, and I tried to do it, however, the ISC-DHCP-Glass terminal also becomes unavailable and I can not reach those directories. 

     

    Is there a way to reach them outside docker?

     

    Thanks!

    Yes, the directory exists on your machine, you access them however you wish.  The docker container only sees them as a mapped volume.  If not mapped from your machine to the docker container, then they don't exist.

  13. 7 minutes ago, rojarrolla said:

    Hi to everyone, I am trying to set up a video surveilance server with shinobi over Unraid.

     

    The thing is, that I want to use 2 separate NICS, one to access the cameras and the other to connect Unraid to my home network. I have, finally, made Shinobi work, but I'm still having issues with the cameras. Since I don´t want to use them with fixed IP adresses, but rather with DHCP adresses assigned from the UNRAID server.

    So, I start glasss-isc-dhcp and after a couple of minutes it stops. That is one thing, the other is that I can not even edit the DHCP config at the GUI, because it asks me for a username and password because my connection its not private. 

     

    Here is the screen shot:

     

     

     

    And if I try to use "glassadmin" and "glasspassword" It wouldn't recognize them. And after a couple of minutes the Glass stops responding so it does not mater what you type in, the system turns useless anyway. So it is two issues in one.

    I don't know if it is a problem when the databases are crated at the moment of the installation. So, if the database is not installed correctly, there will be no reference data to compare the user and the password I am typing to the one that should be stored in the database. 

     

    I am thinking that the login problem is a result of the database one, fixing the database problem should solve the login problem.

     

    Here is a copy of my log, I hope that you can help me understand what is going on so I can solve this issue.

     

    Thanks a lot.

     

    Cheers!

     

    ISC DHCP GLASS Log.txt 13.29 kB · 1 download

    I believe the issue that causes it to shutdown is the missing dhcp configuration file, log message "dhcpd-pools: parse_config: /etc/dhcp/dhcpd.conf: No such file or directory"

     

    WIthout this file the DHCP server will not start as well as glass admin.  For a sample config file, see www.github.com/djaydev/docker-glass-isc-dhcp/blob/master/sample.dhcpd.conf

  14. 4 minutes ago, Glonch said:

    Greetings,

     

    Comment on the Recordings-autoconverter docker.  I'm really liking the functionality of it; saving a ton of space vs the .ts files.

     

    Is it possible to adjust the docker to convert MakeMKV ripped DVDs (TV Shows averaging 1-2gb/episode) to H265 encoded files (and delete the ripped copy)?

     

    Thanks

    If the MakeMKV ripped DVDs are .ts files then Recordings-autoconverter will convert them.  If they are not .ts files, you will have to use a different program like unmanic, handbrake, tdarr, or H265ize.  I believe there are others but these I know for sure are in Unraid's CA Apps.

    • Like 1
  15. 32 minutes ago, parisv said:

    thanks, at least I know where to look now. Is there any issue with what's in my go file?

    That's the same as my go file.  What processor are you using?  Also, the igpu has to be turned on in bios.  Lots of variables to get igpu working in Unraid and this thread isn't the best place to figure it, I just put together the intel-tools container.

  16. 11 minutes ago, parisv said:

     

    root@tower:~# ls -la /dev/dri

    /bin/ls: cannot access '/dev/dri': No such file or directory

    root@tower:~# 

     

    that's odd I added this to my go file yesterday to help h/w transcode for plex.

     

    #!/bin/bash

    # Start the Management Utility

    /usr/local/sbin/emhttp &

    modprobe i915

    chmod -R 777 /dev/dri

    ~                         

    Until that's working this docker will be blank/black screen.

  17. 1 minute ago, frank-unr said:

    I know it doesn't need to be persistent. But there is essentially no limit as to how big /tmp could become. For each 4k video I have in my source folder, 135MB of temporary files are created. And I think those are simply the preview images that are generated.

     

    By default the docker image is 20GB in Unraid is 20 GB. So if you have too many files (especially high quality) in a single folder, you fill completely the docker image easily. And in practice you don't even realize why the docker image gets full.

    Thanks for the feedback.  

    I'm very sorry for the confusion.  I wasn't saying you knew or didn't know, I was just saying why that temporary directory is not mapped to a volume by default.  All I can do from here is acknowledge your feedback and offer assistant to you if you need/want it.  Since you said you already mapped your /tmp directory on your system you are already good to go from that standpoint.  Of course, the other obvious thing is to limit the amount of 4k videos you have in your source folder, and/or increase the docker image size.

  18. 14 minutes ago, frank-unr said:

    I'm using the Handbrake docker. The /tmp should definitely be mapped to somewhere in appdata. As it is now, when you Open Source a folder with many videos, it creates a ton of files in /tmp/hb.????/ and can fill the docker image file.

     

    I had to delete the docker.img and reinstall all my docker apps to fix the problem!  (granted there probably was a better way to recover from this but I'm not a docker expert)

     

    I manually mapped /tmp to appdata and opened the same source as I did before. my /tmp/hb.1137/  contains almost 10 GB of files.

    Hi @frank-unr

    Thanks for the feedback.  Since it's a temporary folder, I don't set it to a persistent volume by default, but I understand if you want to manually map it.  

     

    My /tmp in the Handbrake docker is current 12KB of files.

×
×
  • Create New...