Plex Sync Waiting To

  • If you are looking for Plex Premium Mod Apk (Paid + MOD for Free) then you are in the best place. Here you can download Plex Premium Application for free.
  • Install Plex on your Firestick smart TV and stream any your library content. Download Plex on Firestick and get to stream live TV channels on your smart TV.
  1. Plex Sync Waiting To Download
  2. Plex Sync Waiting To Be Downloaded
  3. Plex Sync Waiting To Be Converted
  4. Plex Sync Waiting To Be Converted

Whats weird is that i can sync/download on my iphone but not my ipad. On my server the Sync Status shows “waiting to be downloaded” ive tried uninstalling the app, re installing it, restarting the sync, optimizing the media, deleting and readding the media, deleting the device from “authorized devices”.

One of the craziest oversights with the otherwise excellent Plex media server is the fact that you cannot download/sync some videos to Android or iOS without Plex automatically transcoding them – even if you choose to sync at “original” quality and even if your device could play them as-is.

Primarily this affects H.265/HEVC videos, but may affect some of your H.264 media as well.

Plex Sync Waiting To Download

The reason for the limitation is that Plex uses an overly conservative profile of Android and iOS devices that assumes your device can (or that you would only want to) playback H.264 at 1080p. You would think this wouldn’t be a problem if you select the “Original” quality when syncing in the app… but, Plex ignores that choice and transcodes anyway.

There are quite a few threads dedicated to the issue on the Plex support forums and elsewhere:
https://forums.plex.tv/t/allow-sync-without-transcoding/31916
https://forums.plex.tv/t/sync-support-for-hevc-x265-converting-to-x264-to-then-download-is-ridiculous/392317

Fortunately there is a workaround. It has been mentioned partially in the forum replies, but I just wanted to break it out here so it’s a little easier to follow.

What you need to do is to edit the device profile on the Plex server for the type of device you’re streaming to. Where you find the profile XML files will be different based on the platform your server is running on. For a Synology NAS, they’re here:

In that directory, locate the profile XML file you want to change. All of my client devices are Android, so I’ll modify Android.xml.

Here’s the original file:

Plex sync waiting to be converted

And here’s what I’ve changed it to:

Once you’ve updated the file, restart the Plex server. Now your H.265 videos will download to your Android device in their original format without any transcoding as long as you choose “Original” quality. Note: you can still choose a lower bitrate/resolution if you actually do want to download a transcoded version.

Here’s the 2 changes made to the XML:

Plex Sync Waiting To Be Downloaded

  1. Add a direct play (aka no transcoding) profile for mkv, and make both it and the mp4 profile apply to all codes.
  2. Remove the codec limitations for resolution, non-anamorphic videos, H.264 profile and number of AAC audio channels.

Plex Sync Waiting To Be Converted

By removing codec limitations we’re no longer telling Plex it needs to transcode our mp4 and mkv videos – no matter what codec, resolution, encoding profile, etc.

The caveat is that this configuration profile applies to both offline sync as well as streaming from the UPnP server. So if you’re using older or less powerful devices, you may run into some playback compatibility issues. Personally, I’d rather address those as they come up and just remove as many restrictions as possible to begin with.

Plex Sync Waiting To Be Converted

Plex Sync Waiting To

Hope this helps improve your download and sync experience with Plex!