You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to play a channel leads to an error message:
An error occured while attemping to play this video. Please try restarting both the Plex Media Server and this app.
Cause:
This happens when the Android device have Audio -> Device supports Dolby Digital disabled in Plex Android setting. Enabling the option will lead to no audio playback on devices that doesn't support AC3 (eg. HTC M7), while devices with AC3 codecs plays fine (eg. HTC 10).
Detailed Analysis:
Plex Media Server 0.9.17.x and above changed the way codecs are used. On Windows 10, PMS uses Media Foundation instead of FFMPEG and the codec doesn't seem to transcode to AAC (from AC3).
Resolution:
Modify the audioCodec in Android.xml, located in the Plex Media Server\Resources\Profiles folder to force transcoding from AC3 to MP3:
zynine-
changed the title
Android: Video plays in the background with error message.
Android: An error occured while attemping to play this video. Please try restarting both the Plex Media Server and this app
Sep 26, 2016
Symptoms:
Attempting to play a channel leads to an error message:
Cause:
This happens when the Android device have Audio -> Device supports Dolby Digital disabled in Plex Android setting. Enabling the option will lead to no audio playback on devices that doesn't support AC3 (eg. HTC M7), while devices with AC3 codecs plays fine (eg. HTC 10).
Detailed Analysis:
Plex Media Server 0.9.17.x and above changed the way codecs are used. On Windows 10, PMS uses Media Foundation instead of FFMPEG and the codec doesn't seem to transcode to AAC (from AC3).
Resolution:
Modify the audioCodec in Android.xml, located in the Plex Media Server\Resources\Profiles folder to force transcoding from AC3 to MP3:
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac" context="streaming">
to
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="mp3" context="streaming">
Test on HTC M7 (Android 5) and HTC 10 (Android 6) on PMS 1.1.4 (Win10) by zynine
Applies to
The text was updated successfully, but these errors were encountered: