Hi All, having a minor issue with recorded files not playing correctly in plex or VLC, it seems pretty hit or miss. I've talked a a few others with similar recording setup they found that utilizing postprocessing to remux to .mp4 solved almost every issue with file lengths showing something like 1d 4h and the quick ffmpeg corrects the timestamp issues.
I've setup postprocessing.sh abut I cannot figure out how to make it run. I'm not great with docker or linux but a generic suggestion I found was to make sure it was executable with chmod -x, which I did. I tried using chatgpt to help me figure out how to manually run the script on a file, but I can't get that to work either. I tried adding an echo to the script to generate a log file which is was leads me to believe it's not running as it's not created.
TL;DR: I've spent like 90 minutes trying to get this to run, it's probably a stupid error and I can't for the life of me figure it out.
Docker settings showing config mapping.
Location of postprocessing.sh
I've setup postprocessing.sh abut I cannot figure out how to make it run. I'm not great with docker or linux but a generic suggestion I found was to make sure it was executable with chmod -x, which I did. I tried using chatgpt to help me figure out how to manually run the script on a file, but I can't get that to work either. I tried adding an echo to the script to generate a log file which is was leads me to believe it's not running as it's not created.
TL;DR: I've spent like 90 minutes trying to get this to run, it's probably a stupid error and I can't for the life of me figure it out.
Docker settings showing config mapping.
Location of postprocessing.sh