Server Version#: 1.19.4.2935
Player Version#: 4.36.1
I have a docker installation.
I can’t play EAC3 audio.
A few months ago, the change in the inotify table had solved the problem but, this is no longer the case, even after increasing this value!
I also came out of the container / tmp folder but this changes nothing.
Jun 30, 2020 19:26:54.000 [0x7ff99e7fc700] Erreur — [Transcoder] [eac3_eae @ 0xda8680] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-6c30145b-db08-44da-8d75-433e9650a969/EasyAudioEncoder/Convert to WAV (to 8ch or less)/7e2ej4cglzyrvl30i5fvtob8_493-0-31.wav'
Jun 30, 2020 19:26:54.000 [0x7ff99e7fc700] Erreur — [Transcoder] [eac3_eae @ 0xda8680] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-6c30145b-db08-44da-8d75-433e9650a969/EasyAudioEncoder/Convert to WAV (to 8ch or less)/7e2ej4cglzyrvl30i5fvtob8_493-0-31.wav'
Jun 30, 2020 19:26:54.000 [0x7ff99e7fc700] Erreur — [Transcoder] [eac3_eae @ 0xda8680] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-6c30145b-db08-44da-8d75-433e9650a969/EasyAudioEncoder/Convert to WAV (to 8ch or less)/7e2ej4cglzyrvl30i5fvtob8_493-0-31.wav'
Jun 30, 2020 19:26:54.000 [0x7ff9257fa700] Erreur — [Transcoder] [eac3_eae @ 0xda8680] error reading output
Jun 30, 2020 19:26:54.001 [0x7ff99e7fc700] Erreur — [Transcoder] Error while decoding stream #0:1: Input/output error
Jun 30, 2020 19:26:54.000 [0x7ff9257fa700] Erreur — [Transcoder] [eac3_eae @ 0xda8680] error reading output
Jun 30, 2020 19:26:54.001 [0x7ff99e7fc700] Erreur — [Transcoder] Error while decoding stream #0:1: Input/output error
Jun 30, 2020 19:26:54.000 [0x7ff9257fa700] Erreur — [Transcoder] [eac3_eae @ 0xda8680] error reading output
Jun 30, 2020 19:26:54.001 [0x7ff99e7fc700] Erreur — [Transcoder] Error while decoding stream #0:1: Input/output error
Show 62721 on my media files
Indicates 1244746 on the “Plex Media Server” and “Transcode” folder
I indicated fs.inotify.max_user_watches = 524288 and it worked until I changed the volume of my plex installation, I am now at 1343488 but that does not change anything …
here are the logs:-----
Edit :I have the impression that this also makes the maintenance run in a loop because the intro detection does not manage to do this!
Value of the commande “find / folder -type d -print | wc -l” for my media files is 62721 ( I do not know the exact value of the total number of all files (video, music, photo, …) )
Folder Plex Media Server, 743286 files, and 1138044 folder.
find /media-directory-1 /media-directory-2 -type d -print | wc -l
Do not count the directories within the metadata structure. This will confuse Plex and lead to kernel failure. This is why media should always be kept separate from the metadata storage (/config)
You may list all the media directories on the command line before the -type d predicate or repeat the command as needed and add the totals.
I think you asked the kernel to use more memory than it has. The kernel will refuse
Hello,
I’m indicated fs.inotify.max_user_watches = 524288 in the host ( /etc/sysctl.conf ) and start Plex.
EAC3 transcoding is active again!
Thank you for the time spent and your help!
Sorry to bring life back to a dying thread but I’m not 100% sure on what to do.
Should I go to /etc/sysctl.conf and ad a line saying ‘fs.inotify.max_user_watches = 524288’?