Hi,
For the past few months I have been experiencing playback issues through the android Plex client while on cellular network.. I can see the server content - no problem there, but the playback isn’t working. No issues whatsoever if going through android browser or via other desktop client (windows) or via TV app through WAN. If I turn on WiFi and connect via LAN it works via android client. Anyway please see the screenshots below.
PLEX APP:
Via Brave:
Tried setting up manual server connections in the android client - did not help at all - exact same behavior.
Server:
Firewall is doing the port forwarding for 32400 to the Linux machine. PMS is running within Docker container. For the Reverse Proxy I am using Traefik.
docker-compose:
version: "3.7"
services:
plex:
container_name: plex.529
image: plexinc/pms-docker:latest
restart: always
ports:
- 32400:32400/tcp
- 1900:1900/udp
- 3005:3005/tcp
- 5353:5353/udp
- 8324:8324/tcp
- 32410:32410/udp
- 32412:32412/udp
- 32413:32413/udp
- 32414:32414/udp
- 32469:32469/tcp
expose:
- 32400
volumes:
- $PWD/plex/config:/config
- /dev/shm:/transcode
- /lvm/raid/private/media:/plex/media
- /lvm/raid/private/data:/plex/data
privileged: true
environment:
- TZ=Europe/Prague
- PLEX_UID=1000
- PLEX_GUID=994
- ADVERTISE_IP=http://192.168.255.11:32400/,https://plex.example.com
- ALLOWED_NETWORKS=192.168.255.0/24,10.8.0.0/24
- NVIDIA_VISIBLE_DEVICES=GPU-d705d61e-a848-a592-e014-d196cd66eec9
- NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
labels:
- com.ouroboros.enable=true
- traefik.enable=true
- traefik.port=32400
- traefik.frontend.entryPoints=https
- traefik.frontend.rule=Host:plex.example.com
- traefik.backend=plex.529
- traefik.frontend.headers.forceSTSHeader=true
- traefik.frontend.headers.STSSeconds=315360000
- traefik.frontend.headers.STSIncludeSubdomains=true
- traefik.frontend.headers.STSPreload=true
Server Version#: 1.19.4.2902
Player Version#: 8.1.2.18135
I don’t suspect to be anything wrong with this particular setup - I remember I had no issues like year ago.. I started experiencing this since summer 2019 but randomly - I killed the app, tried again and it somehow worked - now it never does via cellular. When I open VPN connection to the Linux box it works as over the LAN..
Any ideas/inputs will be appreciated. Thanks, Michal.



