2024-01-06, 05:55 AM
(This post was last modified: 2024-01-06, 05:57 AM by southern.cross.)
@TheDreadPirate
I'm having a permissions problem. Here is the log created when I try to watch a video.
So, I need to learn how to give jellyfin-ffmpeg permissions to my NFS share... I've been looking through TrueChart docs (https://truecharts.org/charts/stable/jellyfin/how-to) but have not cracked this nut yet.
I'm all ears if folks know how to do this...
sorry... missed the "pastebin" comment.
I'm having a permissions problem. Here is the log created when I try to watch a video.
Code:
/videos/0c42733d-263c-0eb4-eaf7-3641d6f99d68/live.m3u8
{"Protocol":0,"Id":"0c42733d263c0eb4eaf73641d6f99d68","Path":"/media/Planet_Heros.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv","Size":null,"Name":"Planet_Heros","IsRemote":false,"ETag":"fab6200929fd0e8888446777f3152e73","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device cuda=cu:0 -filter_hw_device cu -autorotate 0 -i file:"/media/Planet_Heros.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/b5bac847e1bfb867cd77580dd1c62eba/" -hls_segment_filename "/config/transcodes/b5bac847e1bfb867cd77580dd1c62eba%d.ts" -hls_playlist_type event -hls_list_size 0 -y "/config/transcodes/b5bac847e1bfb867cd77580dd1c62eba.m3u8"
ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 10 (Debian 10.2.1-6)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
file:/media/Planet_Heros.mkv: Permission denied
So, I need to learn how to give jellyfin-ffmpeg permissions to my NFS share... I've been looking through TrueChart docs (https://truecharts.org/charts/stable/jellyfin/how-to) but have not cracked this nut yet.
I'm all ears if folks know how to do this...
sorry... missed the "pastebin" comment.