ZosoPage1963 Posted February 4 Share Posted February 4 11 hours ago, Ocman76 said: Try reverting to linuxserver.io plex docker version 1.29.2.6364-6d72b0cf6. That fixed the transcoding issue for me. do I just change the version like this? Quote Link to comment
ConnerVT Posted February 4 Share Posted February 4 (edited) Not quite. Looks as this (obviously, replace with the version you wish to run): Set VERSION back to docker Edited February 4 by ConnerVT 1 Quote Link to comment
RandomPedestrian Posted February 4 Share Posted February 4 13 hours ago, alturismo said: may take a look at your server and read about "optimized versions" and / or download feature for clients, plex then transcodes and provides these transcoded versions. No dice unfortunately. Optimized versions list was empty. Tautulli also didn’t have any logs of the movie being transcoded either. Quote Link to comment
alturismo Posted February 4 Share Posted February 4 1 hour ago, RandomPedestrian said: No dice unfortunately. Optimized versions list was empty. Tautulli also didn’t have any logs of the movie being transcoded either. then i would study the plex logs and look forward in the plex forums with the logs you have, that would be my approach Quote Link to comment
ShadeZeRO Posted February 5 Share Posted February 5 On 2/2/2023 at 11:05 PM, Ocman76 said: Definitely a known issue. https://forums.plex.tv/t/quicksync-hardware-transcoding-error-4294967279/829247/6 Hilariously disabling Direct Play seems to mitigate it to some degree. Quote Link to comment
darcon Posted February 10 Share Posted February 10 (edited) On 2/4/2023 at 10:25 AM, ConnerVT said: Not quite. Looks as this (obviously, replace with the version you wish to run): Set VERSION back to docker For those people having hardware transcoding issues, I switched to the last major version which resolved the issue for me. Just change the repo from linuxserver/plex to linuxserver/plex:version-1.29.2.6364-6d72b0cf6 Once a fixed version of 1.30 comes out just switch it back to linuxserver/plex Edited February 10 by darcon Quote Link to comment
Wolfhunter1043 Posted February 15 Share Posted February 15 Which is correct? We have two examples... linuxserver/plex:version-1.29.2.6364-6d72b0cf6 or linuxserver/plex:1.29.2.6364-6d72b0cf6 Quote Link to comment
ConnerVT Posted February 15 Share Posted February 15 Maybe both? All I can say, the screenshot from my server worked when I set it. This is how it has been for at least 1.5 years, when I fixed a Live TV streaming bug. I really need to see if one of the most current revisions work correctly, and update. Need to find a time where I can take Plex down for awhile. Quote Link to comment
darcon Posted February 15 Share Posted February 15 (edited) On 2/14/2023 at 8:06 PM, Wolfhunter1043 said: Which is correct? We have two examples... linuxserver/plex:version-1.29.2.6364-6d72b0cf6 or linuxserver/plex:1.29.2.6364-6d72b0cf6 They both work. The one I linked is the most recent release that I could find where hardware transcoding still worked. I didn't see the need to go all the way back to 1.24 as I only encountered this issue recently. Edited February 17 by darcon Quote Link to comment
ConnerVT Posted February 15 Share Posted February 15 1.24 is where I ended up during football season a year ago. Streaming Live TV remotely (not actually a supported feature) broke, and it was the best version to watch football at my desk at work when I was scheduled on Sundays. The feed would "Unexpectedly ended..." every 12 minutes. Getting back to a "modern" version is on my To Do list for the server. But just completed a CPU/MB upgrade, added a KVM, converted all access to Cloudflare tunnels. Still need to prepare the entire network for the 1G fiber coming in a few months. Plex is working, users are happy. That's why Plex is perhaps the last of my apps I feel I need update as soon as they drop something new. They ain't got a great track record for this... Quote Link to comment
Juggernaut78 Posted February 16 Share Posted February 16 I just updated the docker container via update button. and now I am getting this. Any help would be greatly appreciated. Quote Link to comment
Juggernaut78 Posted February 16 Share Posted February 16 Ok thanks. This is the first time I am seeing this in the 2 years I have been running it. Do you know about how long it will take? Quote Link to comment
coblck Posted February 16 Share Posted February 16 Seen people report anything between minutes and hours depends on size of database I imagine but I’m know expert sorry. Quote Link to comment
Juggernaut78 Posted February 18 Share Posted February 18 (edited) So it has been over 24hr now and still getting.. any ideas would sure help. Edited February 18 by Juggernaut78 Quote Link to comment
BigDanT Posted February 24 Share Posted February 24 (edited) On 2/18/2023 at 3:38 AM, Juggernaut78 said: So it has been over 24hr now and still getting.. any ideas would sure help. Looks like your Plex DB is Corrupted. This tool is ace and can be used regularly to fix DB issues:- https://github.com/ChuckPa/PlexDBRepair Edited February 24 by BigDanT Quote Link to comment
st1994 Posted February 25 Share Posted February 25 (edited) Hi, New to unraid and docker pretty much, i'm sure this is a config issue, but when i play a file in plex, it shows as WAN instead of the LAN? Not sure what's wrong, but would appreciate guidance and/or help. I can provide screenshots or configs, or whatever. But plex is on 192.168.1.4 and my device is 192.168.1.57 so it's the same subnet and everything, but tautulli shows it as WAN traffic instead of LAN traffic... thanks. edit: I messed with the network mode moved to the nic and then back to "host" mode and now it's showing up on LAN properly. Weird. Edited February 25 by st1994 Quote Link to comment
Wolfhunter1043 Posted February 26 Share Posted February 26 Having this issue where random files wouldn't play, normally MKV containers. But I would have other files identical to them that would play. Was going to roll back the version of plex but had a database issue and went back to the newest and dealt with the problem. I dug into the logs today and the error it throws when trying to watch one of these files is EasyAudioEncoder failed. I deleted the codec file and restarted plex. The troubled files appear to work again. Also read something saying to run Plex as privileged in the docker settings if this doesn't work for you. Hope this helps someone. Quote Link to comment
rvs007 Posted March 7 Share Posted March 7 On 2/10/2023 at 4:33 PM, darcon said: For those people having hardware transcoding issues, I switched to the last major version which resolved the issue for me. Just change the repo from linuxserver/plex to linuxserver/plex:version-1.29.2.6364-6d72b0cf6 Once a fixed version of 1.30 comes out just switch it back to linuxserver/plex Just want to give kudos for this post... I'm setting up a new unraid server and just got Plex installed last night. But the streaming wasn't working (threw up a VAAPI error). Was pulling my hair out trying to figure things out then saw this post about HW transcoding not working with the latest Plex version. Rolled it back to the version above and now it is working!!! Thank you! Quote Link to comment
prophecy0 Posted March 13 Share Posted March 13 (edited) I rebuilt my Unraid server this weekend (changed cases and upgraded mobo + CPU). Almost everything came back online without a hitch; however, I ran into an issue after updating and launching my Plex container. When I logged into the WebUI I was given prompts like I was setting Plex up again for the first time. What was weird is that it seemed to remember my library settings, so I just continued through the setup. All of my files are still accessible without issue, and the metadata appears to be the same. That said, none of my Plex users are able to see my library any more. It shows as disconnected. I double checked and all of the users that I've sent invites to are still listed. In addition, when I log into Plex from all of my home devices, I am told that my library is unavailable. However, if I browse I am able to find the 'new' instance of my library. It's as if my old Plex 'instance' got overwritten with a new one. Is there an easy way to fix this? Or will I need to re-send invites out to all of my friends? edit: I checked today and all of my friends were still listed, but my library wasn't shared with any of them. I just manually re-shared out to everyone. Edited March 13 by prophecy0 Quote Link to comment
alitech Posted March 14 Share Posted March 14 Hi, can someone please help? I recently tried to update the plex docker to the lastest one as I usually do, but it failed. The docker is broken and I cannot even access the logs for it. Totally broken. Set up with Nvidia GPU for transcoding. Followed this guide 11 hours ago, alitech said: No, it is not that, I just added it 2 years ago This is the one that was added by following all instructions on this video Quote Link to comment
wgstarks Posted March 14 Share Posted March 14 58 minutes ago, alitech said: Hi, can someone please help? I recently tried to update the plex docker to the lastest one as I usually do, but it failed. What is the screenshot for? 1 Quote Link to comment
alturismo Posted March 14 Share Posted March 14 1 hour ago, alitech said: The docker is broken and I cannot even access the logs for it. Totally broken. as your description and pictures are not helping in any way ... may goto docker page, add container, choose from your user templates (scrolling down until user templates are coming) your old plex container setup, and start it, you should see at least the docker run command with its failure ... that may would help others to help you. Quote Link to comment
alitech Posted March 16 Share Posted March 16 On 3/14/2023 at 1:26 PM, alturismo said: as your description and pictures are not helping in any way ... may goto docker page, add container, choose from your user templates (scrolling down until user templates are coming) your old plex container setup, and start it, you should see at least the docker run command with its failure ... that may would help others to help you. Please see this After much delay and slow speed of the server because of this docker, I managed to pull this data. Whats wrong here? Quote Link to comment
Cessquill Posted March 16 Share Posted March 16 (edited) 1 hour ago, alitech said: Whats wrong here? This thread is for the linuxserverio version of the Plex docker. You've got the plexinc version there. Also, it looks like you're transcoding directly to your array, which I would have thought would be a nightmare. Edited March 16 by Cessquill typo Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.