I recently had a user report being unable to play media and found that any media encoded with the EAC3 codec could not be played.
After investigating the logs from the plex media server, I found it was doing exactly what this user reported here: https://forums.plex.tv/t/error-transcoder-ac3_eae-0x2fd4f40-eae-timeout-eae-not-running-or-wrong-folder/189917/68
The fix for me was to do a chmod 775 /config/Plex Media Server/Codecs/EasyAudioEncoder-1978-linux-x86_64/EasyAudioEncoder and playback worked again after doing that.
I'm wondering if we might be able to have the file permissions set in the dockerfile used here?
I recently had a user report being unable to play media and found that any media encoded with the EAC3 codec could not be played.
After investigating the logs from the plex media server, I found it was doing exactly what this user reported here: https://forums.plex.tv/t/error-transcoder-ac3_eae-0x2fd4f40-eae-timeout-eae-not-running-or-wrong-folder/189917/68
The fix for me was to do a
chmod 775 /config/Plex Media Server/Codecs/EasyAudioEncoder-1978-linux-x86_64/EasyAudioEncoderand playback worked again after doing that.I'm wondering if we might be able to have the file permissions set in the dockerfile used here?