SOLVED: PC Video Playing Issue - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: PC Video Playing Issue (/t-solved-pc-video-playing-issue) Pages:
1
2
|
RE: PC Video Playing Issue - Roguediculous - 2024-05-29 (2024-05-29, 01:28 PM)TheDreadPirate Wrote: I got things mixed up. I see 10.9.3 but thought you were on 10.8.10 based on your last comment mentioning it. I have a A6000 GPU and 128 GB of RAM, very overkill but I use it for other things and have plans for expansion. RE: PC Video Playing Issue - TheDreadPirate - 2024-05-29 Ok. I looked over your logs again. The ffmpeg lines in the main log that are failing are transcodes, but all the ffmpeg files you've shared are remuxes. In the log directory there should be ffmpeg logs with "Transcode" in the file name. Can you find and share one of those? RE: PC Video Playing Issue - Roguediculous - 2024-05-29 (2024-05-29, 01:49 PM)Roguediculous Wrote:(2024-05-29, 01:28 PM)TheDreadPirate Wrote: I got things mixed up. I see 10.9.3 but thought you were on 10.8.10 based on your last comment mentioning it. I will have to check when I get home and get back to you. Just a general question because I always thought it might not be working but are you saying that my GPU transcoding isn't working at all? RE: PC Video Playing Issue - TheDreadPirate - 2024-05-29 Yes. I just doubled checked and the A6000 cannot encode to AV1. https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new But you enabled encoding to AV1. Here is the output codec used from the failed ffmpeg command in your main log. Code: -codec:v:0 av1_nvenc I'd bet that disabling AV1 encoding (but AV1 decoding is fine) would fix your issue. RE: PC Video Playing Issue - Roguediculous - 2024-05-29 (2024-05-29, 05:14 PM)TheDreadPirate Wrote: Ok. I looked over your logs again. The ffmpeg lines in the main log that are failing are transcodes, but all the ffmpeg files you've shared are remuxes. Okay so I turned off the AV1 encoding so hopefully that is fixed. However I played an episode and generated some new logs and I notice that the only logs available are jellyfin.log and FFmpeg.Remux.log there is no transcoding log made. So I assume that the player doesnt have any need to transcode at the time or perhaps doesnt get the opportunity to do so? I am playing this off of my main PC which has a 3090 TI and a Ryzen Threadripper 5975. Never used pastebin before so hopefully I did this right? edit: I lied i was able to change the resolution after thinking about it the video was in 1080 and i played it in 1080 so it had no need to transcode so I switched it to 480 and got a log https://pastebin.com/MqKBNY6y https://pastebin.com/KV29HHSF https://pastebin.com/GPpRktvY RE: PC Video Playing Issue - TheDreadPirate - 2024-05-29 That looks better. It is transcoding to H264 instead of AV1. FFMPEG did not crash. If you don't already, you can enable HEVC encoding since your 3090 supports that and it is a more efficient codec. But it does look like the NextPVR plugin is a problem. A bunch of other users have had issues with that plugin and had to uninstall it. Code: [2024-05-29 17:04:08.476 -05:00] [INF] [NextPVR] Start InitiateSession RE: PC Video Playing Issue - Roguediculous - 2024-05-29 (2024-05-29, 10:31 PM)TheDreadPirate Wrote: That looks better. It is transcoding to H264 instead of AV1. FFMPEG did not crash. If you don't already, you can enable HEVC encoding since your 3090 supports that and it is a more efficient codec. A million thanks my friend you have solved the issue. I feel bad because you had suggested it earlier in the post and I did honestly remove it via the dashboard however it re-installed itself and my stubborn self thought nothing of it after that. I have since removed it from my jellyfin server manually restarted the service and now everything is playing correctly! I really appreciate you taking the time to help me out, I am new to the jellyfin and linux based stuff so its been a fun learning experience. Also new to media servers but this has been the coolest project I have done so far. |