Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Crashing during playing of Live TV #29

Open
2 tasks done
bashman83 opened this issue Nov 20, 2024 · 0 comments
Open
2 tasks done

[Bug]: Crashing during playing of Live TV #29

bashman83 opened this issue Nov 20, 2024 · 0 comments

Comments

@bashman83
Copy link

I've read the documentation

Operating System

Synology Linux & Docker

Your Bug Report

Describe the bug Jellyfin crashes when playing Live TV through Jellyfin. When unchecking of playback synchronization, everything works correctly. Have also tried through a docker version & have the same error.

Steps To Reproduce

Expected behavior

Relevant Jellyfin log output

[2024-11-20 13:57:21.371 +13:00] [INF] [35] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/var/packages/ffmpeg7/target/bin/ffmpeg" "-analyzeduration 3000000 -probesize 1G  -i \"http://localhost:9981/stream/channelid/299055571?ticket=6f698787678b00295ad8fbfbeefbcb8d0d79772b\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 libx264 -preset superfast -crf 23 -maxrate 66419477 -bufsize 132838954 -profile:v:0 high -level 51 -x264opts:0 subme=0:me_range=16:rc_lookahead=10:me=hex:open_gop=0 -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p\" -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"768b5a1f7286eade0593833f30c1303f-1.mp4\" -start_number 0 -hls_base_url \"hls/768b5a1f7286eade0593833f30c1303f/\" -hls_segment_filename \"/volume1/@appdata/jellyfin/cache/transcodes/768b5a1f7286eade0593833f30c1303f%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/volume1/@appdata/jellyfin/cache/transcodes/768b5a1f7286eade0593833f30c1303f.m3u8\""
[2024-11-20 13:57:32.480 +13:00] [FTL] [35] Main: Unhandled Exception
System.ArgumentException: Guid can't be empty (Parameter 'id')
   at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id)
   at Jellyfin.Plugin.TubeArchivistMetadata.Plugin.OnPlaybackProgress(Object sender, PlaybackProgressEventArgs eventArgs)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.QueueUserWorkItemCallback.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[2024-11-20 13:57:32.482 +13:00] [FTL] [27] Main: Unhandled Exception
System.ArgumentException: Guid can't be empty (Parameter 'id')
   at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id)
   at Jellyfin.Plugin.TubeArchivistMetadata.Plugin.OnPlaybackProgress(Object sender, PlaybackProgressEventArgs eventArgs)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.QueueUserWorkItemCallback.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant