dell r720 2x Xeon E5-2660 v2, 64gb ram, 4x12tb , 1x4tb & 1x 250gb ssd, NVIDIA Quadro P620 sits at about 120-140w idle
Posts by gromgsxr
-
-
in the share setting on smb in the options add:
hide unreadable = yes
-
yeah try adding it again with all your details and the following options
_netdev,iocharset=utf8,vers=1.0,sec=ntlm,nofail,file_mode=0777,dir_mode=0777
-
anything gen7 core onwards should be able to transcode using intel quicksync including x265 hevc
-
-
if you edit the share in /etc/fstab and add dir_mode=0777,file_mode=0777 options to the remote mounts and reboot omv it should make it writeable
-
I currently have omv4 running exactly how I want I use the Plex add-on and use Nvidia for hardware transcode and know how that works and how to set it up I think it's a bit more complicated to pass through the GPU with docker. I also run filebot that I installed via a Deb file to rename and move files after transmission has finished and again I think it's just going to be a bit harder to run the script that calls filebot from a docker environent. I want to minimise the downtime when migrating from omv 4. I do run a few containers in docker like tvhproxy, homeassistant, zoneminder and nextxloud so I'm not afraid of docker but I think it will be difficult to recreat what I already have easily using docker alone
-
-
Ok so I do I just install mergfs as a package? And the can just manually creat the filesystem in fstab and it will work but I'm assuming I will not be able to edit it in the omv GUI like I could in omv4 with the plugin?
-
is the union filesystems plugin likely to get ported as i could use that? i think pretty much everything else i need i can run in docker
-
seems a bit odd my phone can hardware decode x265 files has a snapdragon 765g cpu and that will play 40gb + sized 4k blue ray rips happily if they are stored on the internal storage in kodi vlc & mx player if i try to play the same files over wifi they get a bit choppy but that is to be expected.
have you any information about the tablets you are trying to use? as the rk3368 should be able to hardware decode x264 & x265 in the gpu so from usb / sd card you should be absolutely fine
i do mean decode so the device playing the file is decoding the file natively but is using the gpu to do it eg hardware accelerating as opposed to using the cpu to decode the file.
the 3066 is only a dual core and supports h264 decode in gpu
the 3366 is an octo and supports h264+ x265 (hevc) what size were the video files you were trying to play in gb and what format? did you have hardware acceleration options turned on in the video players?
-
seems a bit odd my phone can hardware decode x265 files has a snapdragon 765g cpu and that will play 40gb + sized 4k blue ray rips happily if they are stored on the internal storage in kodi vlc & mx player if i try to play the same files over wifi they get a bit choppy but that is to be expected.
have you any information about the tablets you are trying to use? as the rk3368 should be able to hardware decode x264 & x265 in the gpu so from usb / sd card you should be absolutely fine
-
pi as a plex server at home wont be able to transcode to the tablets via the internet not enough cpu power. if it was running in the car and sharing to the tablets via dnla as a local device it would not need to transcode the files. the tablets if they have Rockchip rk3368 cpu should be able to hardware decode most common video codex in the gpu so in theory they should play most video files you are likely to encounter. you could potentially run omv or some other os on a pi acting as a nfs, smb or ftp share to serve video files to the tablets via a wifi network in the car. then use your choice of apps to play it back kodi or vlc for instance
-
does your omv install have a ipv6 address? as well as ipv4
-
i used to use that board headless under win7 without a grafix card and there was a setting in the bios that you need to enable to stop it 'halting on errors' or something along those lines
-
sounds like you are trying to run the wrong architecture eg running a arm32 version on a intel cpu ect
-
if you run the image in privileged mode with the network set to host, in the volumes and bind's section the host path will be where you want your config files and the container path will be /app/data
and --device=/dev/ttyACM0 bit will go in the extra arguments section you may need to add it like this --device=/dev/ttyACM0:/dev/ttyACM0
i don't actually have the hardware to test it though as i use a xbee as a zigbee device.
-
is it meant to be 8081? as you appear to have set it to 8080 and its already in use
-
im using the linuxserver/letsencrypt docker image to automatically generate ssl certificates and this also has nginx built in to act as the proxy to direct to the web request to the correct web admin page, i use this to gain outside access for omv, nextcloud, transmission and also homeassistant.
are you truing to use the omv built in nginx?
-