We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No audio playback when streaming using Windows 10 Appstore Plex client with a Linux-based Plex Media Server. (Tested on Ubuntu 16.10, PMS 1.5.3)
Audio not encoded to AAC properly on Linux-based Plex Media Server.
Force Plex Media Server to transcode to MP3.
Modify the Windows 10 Desktop.xml file, located in the usr\lib\plexmediaserver\Resources\Profile folder to remove aac transcoding:
Windows 10 Desktop.xml
usr\lib\plexmediaserver\Resources\Profile
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,ac3,eac3,mp3" context="streaming" />
to
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="ac3,eac3,mp3" context="streaming" />
Restart PMS.
Test on Windows 10 Appstore Plex client on PMS 1.5.3 (Ubuntu 16.10) by zynine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symptoms:
No audio playback when streaming using Windows 10 Appstore Plex client with a Linux-based Plex Media Server.
(Tested on Ubuntu 16.10, PMS 1.5.3)
Cause:
Audio not encoded to AAC properly on Linux-based Plex Media Server.
Resolution:
Force Plex Media Server to transcode to MP3.
Modify the
Windows 10 Desktop.xml
file, located in theusr\lib\plexmediaserver\Resources\Profile
folder to remove aac transcoding:<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,ac3,eac3,mp3" context="streaming" />
to
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="ac3,eac3,mp3" context="streaming" />
Restart PMS.
Test on Windows 10 Appstore Plex client on PMS 1.5.3 (Ubuntu 16.10) by zynine
Applies to:
The text was updated successfully, but these errors were encountered: