-
Notifications
You must be signed in to change notification settings - Fork 173
Plex Media Player video playback performance is sub-par #168
Comments
Sounds like network issues plus possibly wrongly retrieved display refresh rate (maybe). |
Hmm, there shouldn't be any network issues because the Plex Media Server is on the same machine as Plex Media Player (and it obviously wasn't a problem for Plex Home Theater) but I'll check if it's incorrectly going via the network later today. Is there anything I should check or change for it to work completely locally like Plex Home Theater seemed to? |
It can't. Video always goes over http. But I really would expect that this isn't speed-limited in any way. Unless PMP and PMS do something really stupid, and the video is pulled over a router or something. Could also be just a different problem altogether. You can try enabling the debug overlay. There's a cache indicator somewhere, which shows how much data is currently buffered. If it runs low when video stops, then I/O speed is the problem. |
Sorry, I meant locally as far as networking goes - i.e. localhost/127 or a locally-available IP. I'll check for non-local networking and the cache later today, thanks. |
Looks like it has managed to do exactly this. :(
PlexMediaPlayer.20151130.1.txt I've attached the whole log. It seems like it can connect to 127.0.0.1 but doesn't seem to know what it is ( It has just occurred to me though, that there is one thing possibly unusual about this setup: the Plex Media Server is configured with "Secure connections" = "Required". It could be this is the cause of the issue and it seems this is also a problem for the website (plex.tv/web) which is also streaming locally-available content over the internet/router. Changing "Secure connections" to "Preferred" does indeed fix the problem for Plex Media Player. So this should be supported, right? Is the Plex Media Player log enough to see where things are falling down? |
Hmm, looks like changing the Plex Media Server setting has only helped with content selected from within Plex Media Player itself. If I select content on my Windows Phone, it still plays over the internet/router - even though the phone is set to allow insecure connections on the local network. This may be an entirely separate issue, though it's how I played most content in Plex Home Theater and I'm pretty sure that never went over the internet/route network. |
Our system will fallback to a public secure connection when no private secure connections are available. It's not doing something really stupid but it does seem weird. With secure connections set to required and no available private secure connections we've got to connect to something. :(
Sounds possible. See the
Questions:
|
I wanted to ensure that all internet connections were secure, but it wasn't clear that "Preferred" did this (IIRC it sounded like it would try to do this but still fall back to non-secure over the internet) so I went with "Required". I am pretty sure it wasn't a problem for Plex Home Theater, but maybe that is only the case when it is running on the same computer, as it nearly always is for me. I have had some occasional less satisfactory performances on a different computer but don't know which way it was routing the data.
I'm not sure why you would need DNS rebinding, since each domain name always points to the same IP address, but the fact they point to private address may be an issue. I'll see if I can figure out what's up with the 192... addresses when I'm back at my computer. |
It looks like the router firmware is blocking the responses ("Spurious answers" it calls them), but I've found the configuration option (in the To disable DNS response filtering on a Technocolor Gateway router, enter this command in the telnet interface:
I'll let you know in 24h or so but I'm going to guess this will resolve the playback issues by way of actually using the local network. Thanks for your help, even though it isn't a Plex issue! Perhaps an indication in the playback UI about whether the connection is localhost, local network or internet could help others quickly narrow down issues? |
I totally agree that we need better communication regarding which server connection the application is using. We try to keep detailed information out of the UI in the name of simplicity although I'm certain there's a balance we can strike. |
Playback of various different video formats in Plex Media Player in the default configuration is worse than Plex Home Theater. Initial starting of playback, seeking and even getting continuous, smooth frames are all struggling at times. There is no CPU or disk load on the computer running Plex Media Player.
A few examples I have to hand:
Hardware decoding is disabled by default (which I've not changed), and I've heard there are alternative rendering layers but I don't know how to change that. Let me know what settings I can try out to make the performance more acceptable.
The text was updated successfully, but these errors were encountered: