Server Version: 1.43.3.10828
Player Version: 8.45 (Apple TV)
OS: Windows 11 25H2
Plex Pass: Yes
Issue Summary
Playback fails entirely for .mov files containing APAC (Apple Positional Audio Codec) audio — both with Direct Play enabled AND disabled. The error shown on screen is:
Could not direct play because: App cannot direct play this item. No direct play video profile exists for protocol http, with container mov, video codec hevc, and audio codec apac.
Could not transcode because: Cannot convert this item. Implementation for audio decoder ‘apac’ not found.
Background
APAC (Apple Positional Audio Codec) is Apple’s new spatial/immersive audio format introduced with Apple Vision Pro and now used in videos captured by recent iPhones. These are standard .mov files recorded on-device that play perfectly natively on Apple platforms and in third-party apps including VLC, Infuse, and File Explorer XE — all without any issues.
Plex is the only player that cannot handle these files. Since Plex’s bundled FFmpeg does not include an APAC decoder, both direct play and transcoding fail, leaving users with a hard error and no fallback.
Steps to Reproduce
- Record a video on a recent iPhone (iOS 17+) — file will be a .mov with APAC audio and HEVC video
- Add to Plex library on Windows
- Attempt playback on Apple TV Plex app (v8.45)
- Error appears regardless of Direct Play on or off
- Same file plays without issue in VLC, Infuse, and File Explorer XE
What I Have Already Tried
- Disabled Direct Play on Apple TV client — same error
- Disabled hardware-accelerated transcoding on server — same error
- Confirmed Plex Media Server logs show: Error creating a MFX session: -9 (Intel Quick Sync failing) and Implementation for audio decoder ‘apac’ not found
- Installed full FFmpeg build separately — Plex uses its own bundled FFmpeg DLLs (avcodec-60.dll etc.) and cannot use an external FFmpeg
Root Cause
Plex’s bundled FFmpeg (avcodec-60.dll) does not include an APAC decoder. Since APAC is an Apple-proprietary codec, it requires either:
- Native Apple framework calls (available on macOS/iOS), or
- A licensed/open-source APAC decoder added to Plex’s FFmpeg build
This means Plex cannot decode or transcode these files at all on Windows, regardless of any client or server settings.
Feature Request
As a Plex Pass subscriber, I expect Plex to handle modern media formats gracefully — especially files recorded on mainstream consumer devices like iPhones. VLC, Infuse, and other players already handle APAC seamlessly.
I am requesting that Plex:
- Add APAC decoder support to the bundled FFmpeg/transcoder so these files can be transcoded server-side
- Fail gracefully — if a codec is unsupported, Plex should display a clear, informative message rather than a generic playback error that gives no actionable guidance to the user
- Dynamically handle unsupported formats similar to how VLC and Infuse do — detect the codec, attempt conversion, and communicate the status clearly
Plex positions itself as a unified media platform for all content. With Apple Spatial Video and APAC becoming increasingly common as iPhone adoption grows, this will affect a growing number of Plex Pass users.
Attached: Screenshot of error on Apple TV screen
Happy to provide full server logs if needed — I have already downloaded them and confirmed the exact codec failure. Please let me know what additional information would help the Plex team investigate.
Thank you.


