Playback error - Recordings
burny0202 opened this issue · 1 comments
Hi
I have the plugin linked to my tvheadend server - Both through docker.
I have the live TV working (Takes a while to switch) But recordings do not play. I get the following error
I have tried the uninstall and reinstall etc mentioned in another ticket without any positive results - issue #24
Here is the log:
`/videos/2abcb83c-bbb3-f21c-c393-406591f3006a/live.m3u8
{"Protocol":1,"Id":"2abcb83cbbb3f21cc393406591f3006a","Path":"http://MYUSERNAME:MYPASSWORD@172.18.0.3:9981/dvrfile/1117961888","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":null,"Size":null,"Name":"Kindergarten Cop","IsRemote":false,"ETag":null,"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 -autorotate 0 -i "http://MYUSERNAME:MYPASSWORD@172.18.0.3:9981/dvrfile/1117961888" -map_metadata -1 -map_chapters -1 -threads 8 -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/8909c0aeac6ac51c35d9d291810693f2/" -hls_segment_filename "/media/Temp/8909c0aeac6ac51c35d9d291810693f2%d.ts" -hls_playlist_type event -hls_list_size 0 -y "/media/Temp/8909c0aeac6ac51c35d9d291810693f2.m3u8"
ffmpeg version 5.1.2-Jellyfin Copyright (c) 2000-2022 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-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-static --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-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
[tcp @ 0x5586ae010dc0] Failed to resolve hostname MYUSERNAME: Name or service not known
http://MYUSERNAME:MYPASSWORD@172.18.0.3:9981/dvrfile/1117961888: Input/output error`
Hi,
I had the exact same than you. Solved by putting the tvheadend admin credentials instead of the user one
Hope this helps