@jesusMc thanks for your reply :), yes, that will actually force transcode of audio AND video. My NAS is not fast enough to transcode a 1080p movie, so the used Android.xml
-profile in PMS forces only to transcode the audio - the video stays “as-is” without transcode.
This worked perfect until 5.10.x, since 5.11.x, up to 6.2.x Plex for Android always forces a direct play, even if direct play got disabled in the settings - that is the only issue I have.
In the logfile you can find lines where Android for Plex sends to PMS, that directPlay is enabled:
Jun 10, 2017 08:15:12.561 [0x7f1be5bff700] DEBUG - Request: [192.168.0.197:60447 (Subnet)] GET /video/:/transcode/universal/decision?audioBoost=100&autoAdjustQuality=0&directPlay=1&directStream=1&directStreamAudio=1&fastSeek=1&hasMDE=1&location=lan&maxVideoBitrate=200000&mediaBufferSize=74944&mediaIndex=0&partIndex=0&path=%2Flibrary%2Fmetadata%2F9564&protocol=*&session=c8b492eb121c1faf-com-plexapp-android&subtitleSize=100&videoBitrate=200000&videoQuality=100&videoResolution=3840x2160 (6 live) TLS GZIP Signed-in Token (drmonty)
directPlay=1
, this should be directPlay=0
- at least 5.10.x sends an directPlay=0
, when direct play got disabled in the settings.
Don’t you think, that there is something wrong?