For me Plex for Android TV is always transcoding or even refusing to play a file due to no bandwidth.
Network Setup: 172.16.10.216 (Shield) --[gbit ethernet]--> switch --[gbit ethernet]--> 172.16.10.150 (server)
Both IP’s are static.
As you can see in the log from the shield it thinks 172-16-10-150.c072ff6fa4e14e5797205e4dd934b5ba.plex.direct is not local.
I double checked the DNS resolver:
~$ dig +short A 172-16-10-150.c072ff6fa4e14e5797205e4dd934b5ba.plex.direct 172.16.10.150
This seems to have been introduce with the 5.x releases, or with streaming brain… which happened around the same time.
Not sure if it is related but https://plex.tv/pms/resources.xml does not list the shield as a client.
For now setting remote play back quality to Original steps it from doing transcoding but it will also effects real remote servers.
Edit: this should probably go in the non-beta forum now I think about it, as it effects the non beta release too. I just noticed it again after upgrading to the beta so I opened the thread here.
Edit 2: There are 2 playback attempts in the log, one were I still had remote quality set to original and one were I had it set to my preference of 4mbps 720p.
It’s also odd that 172-16-10-150.c072ff6fa4e14e5797205e4dd934b5ba.plex.direct seems to be marked both local and not local throughout the log.
Better logs, I set the settings on the shield as they should be (original for local, 4mbps 720p for remote).
Enabled logging on the server and restarted both the server and the shield.
Then I tried to play 1080p content that is > 4mbps. I get a bandwidth warning and playback failure.
Workaround:
Server -> Network -> Local Networks: 172.16.10.0/24
Shield -> Settings -> Remote Quality: Original
It’s most likely something to do with your IP range. I don’t think the SHIELD likes non 192.168.x IP ranges for some reason and this may have something to do with it.
Then that is clearly a bug in their code, rfc1918 covers :
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
172.16.10.0/24 is a clean subset of 172.16.0.0/12 that even confirms to the older fixed /8, /16 or /24 prefixes.
I just checked my Nexus 6 (which I don’t really use when home) and it also marks suffers from it, so it looks like a issue with Plex for Android (TV) or maybe even the Plex Media Server given firefox on the Nexus 6 also reports Remote when accessing the web interface.
But it is an interesting theory, sadly reworking my entire network to use 192.168.0.0/16 is not an option
Well with the release of the Plex for Kodi addon, I guess we can rule out a generic android issue!
Plex for Kodi running on the same shield, detects the server as nearby even without the workaroud in server settings! It’s just Plex for Android TV and Plex for Android that seem to have the issue. It may be related to the Cronet network stack the introduced in recent ExoPlayer 1.5 releases.
This bug is still present in the latest release, The shield is also on the nougat build
I like the Android TV app more but I have been using the Plex for Kodi a lot lately just because of all the work around needed since the streaming brain server release.
Recent changes for high latency links didn’t change anything, admittedly I did not expect it to because when the remote quality is set to Original everything works smooth. It’s just being detected as remote.