renedis1

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

renedis1's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I've had this issue too. I'm using HomeAssistant LoveLace dashboard where I use iFrames for my other web interfaces. For future reference: - SSH to your Unraid server - Open /etc/nginx/nginx.conf with vi or nano - Go to the bottom to find add_header Content-Security-Policy "frame-ancestors 'self' https://connect.myunraid.net/" - Edit to your liking (example): add_header Content-Security-Policy "frame-ancestors 'self' https://connect.myunraid.net/ https://ha.mydomain.net" After editing you need to reload the web service of unraid: /etc/rc.d/rc.nginx reload Extra: If you run a reverse proxy and/or 2FA service in your iframe you need to include these too. It is allowed to add IP addresses. As an example: add_header Content-Security-Policy "frame-ancestors 'self' https://connect.myunraid.net/ https://ha.mydomain.net 192.168.1.1 172.30.0.2" Dropdown: - Default: https://connect.myunraid.net/ - Where the iframe is used: https://ha.mydomain.net - Reverse proxy: 192.168.1.1 - 2FA url 172.30.0.2
  2. Since upgrading to version 1.107 I have the following error while transcoding with my Nvidia Quadro P400 H265 capable card. Cannot load libnvcuvid.so.1 Command: /home/Tdarr/Tdarr/bundle/programs/server/assets/app/ffmpeg/ffmpeg345/ffmpeg -c:v h264_cuvid -i '/home/Tdarr/Media/file.mkv' -map 0 -c:v hevc_nvenc -rc:v vbr_hq -b:v 1591k -minrate 1113k -maxrate 2068k -bufsize 2M -spatial_aq:v 1 -c:a copy -c:s copy -max_muxing_queue_size 4096 '/home/Tdarr/cache/file-TdarrCacheFile-m2OrUMCU61.mkv' Last 200 lines of CLI log: ffmpeg version 3.4.5 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04.1) configuration: --prefix=/home/z/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/z/ffmpeg_build/include --extra-ldflags=-L/home/z/ffmpeg_build/lib --extra-libs='-lpthread -lm' --bindir=/home/z/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree libavutil 55. 78.100 / 55. 78.100 libavcodec 57.107.100 / 57.107.100 libavformat 57. 83.100 / 57. 83.100 libavdevice 57. 10.100 / 57. 10.100 libavfilter 6.107.100 / 6.107.100 libswscale 4. 8.100 / 4. 8.100 libswresample 2. 9.100 / 2. 9.100 libpostproc 54. 7.100 / 54. 7.100 Input #0, matroska,webm, from '/home/Tdarr/Media/file.mkv': Metadata: encoder : libebml v1.3.10 + libmatroska v1.5.2 creation_time : 2020-04-13T06:36:49.000000Z Duration: 00:40:28.08, start: 0.000000, bitrate: 3182 kb/s Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1280x720, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 1k tbn, 96k tbc (default) Metadata: BPS-eng : 3053538 DURATION-eng : 00:40:27.959000000 NUMBER_OF_FRAMES-eng: 72766 NUMBER_OF_BYTES-eng: 926733160 _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2020-04-13 06:36:49 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp (default) Metadata: BPS-eng : 126806 DURATION-eng : 00:40:28.075000000 NUMBER_OF_FRAMES-eng: 56909 NUMBER_OF_BYTES-eng: 38487033 _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2020-04-13 06:36:49 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Cannot load libnvcuvid.so.1 [h264_cuvid @ 0x556fbadc4b00] Failed loading nvcuvid. Stream mapping: Stream #0:0 -> #0:0 (h264 (h264_cuvid) -> hevc (hevc_nvenc)) Stream #0:1 -> #0:1 (copy) Error while opening decoder for input stream #0:0 : Unknown error occurred Running: Mon Apr 13 13:56:11 2020 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 440.44 Driver Version: 440.44 CUDA Version: 10.2 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 Quadro P400 Off | 00000000:01:00.0 Off | N/A | | 34% 25C P8 N/A / N/A | 0MiB / 1999MiB | 0% Default | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | No running processes found | +-----------------------------------------------------------------------------+ Does anybody have any idea what's causing this issue?