Plex Server Version#: 1.41.3.9314
Roku Player Version#: 14.1.4 build 7709
Windows 11 Pro 24H2, all Windows updates current.
When trying to watch any TV show or movie, I am getting “Playback error - Playback has stopped due to multiple playback errors. Please check your connection and try again.”
The error only shows up on Roku (I have multiple Rokus - same problem on all). No issues with playback from a Windows browser or an Android app. The only thing that fixes it (temporarily) is optimizing the database of the Plex Server. Rebooting the Plex server does not help nor does exiting the app and going back in. Rokus have strong wireless signal (good connection) and all other apps on them work fine. Issue started in the past month or so (not exactly sure when).
I wasn’t able to find much when searching on this error. Any suggestions?
Hey I am having a similiar issue with my ROKU’s were playback pauses after about 5 minutes. Then if I let it go long enough will rewind slighly and then resume playback where the issue repeats itself. Only thing the log shows is “range could not be satisfied”
OK, I may I have figured it out. I believe it is using up all available TCP ports in Windows. I tweaked a couple settings in Windows.
From an elevated command prompt, run netsh int ip show dynamicport tcp That will show the default port range (16384 ports, starting at 49152). If you run netsh int ipv4 set dynamicport tcp start=32768 number=32768 this effectively doubles the number of ports available.
Run netsh int ip show dynamicport tcp again to verify the change. Optionally, repeat this process substituting ipv6 for ipv4.
In the Windows registry:
a. Start > Run > regedit > OK > browse to the subkey HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TCPIP\Parameters
b. Create a new REG_DWORD value named TcpTimedWaitDelay.
c. Set the value to 30 (decimal).
d. Stop and restart the system.
I did both of these at once, so I’m not sure which one or both were the key. It’s been about a week now, with regular viewing of shows and regular recordings happening during that time. So far, so good. In the past, it would only go about a day before having to optimize the database. Of course, YMMV.
I have this issue too for Roku only, although I am running PMS on Synology.
In the console, I see an error “EAE timeout! EAE not running, or wrong folder?”… EAE appears to be something called EasyAudioEncoder, I don’t know what that is. I’ll try the Optimize Library workaround for now.
Optimize didn’t work, so I restarted the Plex package on the Synology. Roku clients are working now.
Seems like some server component wasn’t working as required for Roku streaming. I’ll be curious to see if the problem returns.