Plex Update Broke Xbox 360 App

There’s a bunch of us that are having audio sync issues since the Xbox 360 app update. Is anyone working on a fix for this?

Same here, it’s seems to be on 23,976 fps file or 25 fps file. 29, 970 fps working fine for me, even with HEVC H.265 file format. These file working fine on web browser or PS3, so the problem isn’t the file.

The following command currently works on plex media server on linux for mp3 sync issues - it will remove mp3 from the xbox 360 direct stream profile.
gawk -i inplace ‘{gsub(/codec=“h264” audioCodec=“aac,mp3”/,“codec=“h264” audioCodec=“aac””);gsub(/codec=“h264,mpeg4” audioCodec=“aac,ac3,eac3,mp3,pcm”/,“codec=“h264,mpeg4” audioCodec=“aac,ac3,eac3,pcm””);gsub(/codec=“h264” audioCodec=“aac,ac3,eac3,mp3,mp2,pcm”/,“codec=“h264” audioCodec=“aac,ac3,eac3,mp2,pcm””);gsub(/codec=“mpeg4,msmpeg4v3,mjpeg” audioCodec=“mp3,ac3,eac3,mp2,pcm”/,“codec=“mpeg4,msmpeg4v3,mjpeg” audioCodec=“ac3,eac3,mp2,pcm””);print}’ “/usr/lib/plexmediaserver/Resources/Profiles/Xbox 360 App.xml”; gawk -i inplace ‘{gsub(/codec=“mpeg4” audioCodec=“ac3,mp3”/,"codec=“mpeg4” audioCodec=“ac3"”);print}’ “/usr/lib/plexmediaserver/Resources/Profiles/Xbox 360.xml”