@Malcolm37 said:
I removed it from all the Windows*.xml. I run Linux on my Plex Media Server so I ran:
perl -pi -e ‘s/,eac3//’ Windows*.xml
Cool thanks!! That worked… Although I only edited the Windows 10 Desktop.xml
@Skar On my server, i edited → C:\Program Files (x86)\Plex\Plex Media Server\Resources\Profiles\Windows 10 Desktop.xml (actually, I backed up the original first, then edited, just in case…)
I changed… (NOTE: Greater than and less than symbols were removed to post)
TranscodeTargets
VideoProfile protocol=“hls” container=“mpegts” codec=“h264” audioCodec=“aac,ac3,**eac3,**mp3” context=“streaming”
VideoProfile container=“mp4” codec=“h264” audioCodec=“aac,ac3,**eac3,**mp3” context=“static”
to
TranscodeTargets
VideoProfile protocol=“hls” container=“mpegts” codec=“h264” audioCodec=“aac,mp3” context=“streaming”
VideoProfile container=“mp4” codec=“h264” audioCodec=“aac,mp3” context=“static”
Similarly, I found lines with eac3 in them in the DirectPlayProfiles section, and deleted eac3 from them (left the rest of the line the same.)…
Using Notepad++ editor (free) works best to edit.
As I’m writing this reply and looking at my files, it appears I also removed AC3 too… (not sure if this makes a difference or not, I guess I’ll have to put AC3 back in there and see… but for now, we only do playback on the Surface Pro when traveling and using headphones, so as long as it plays and has audio, its not a problem).
In any case, after doing this, I tested sync’ing a movie via the Plex app from Microsoft Store that has errored for me… and after making these edits to the XML on my server, rebooting the server, and trying to sync the movie to my Surface Pro 4 (m3 4gig ram), the movie plays fine… no error.