<div dir="ltr"><div>I’m looking to do some simple post-processing on a recording made via “conference foo recording start /tmp/bar.mp4” — in this case, just fix up the file permissions and move it to a web-accessible directory.</div><div><br></div><div>I’m curious how others have approached this. My current plan is:</div><div><br></div><div> - Fire up a simple event listener (probably a node.js service, running as the same user that runs the FreeSWITCH process)</div><div><br></div><div> - Listen for ‘del-member’ conference event, where Conference-Size is 0 (I&#39;d prefer some kind of &#39;conference-end&#39; event, but didn&#39;t find any documentation saying something like that exists)</div><div> </div><div> - Locate the recording based on conference name, then handle the perms/moving</div><div> </div><div>Would love to hear a better/cleaner approach if anyone has one :)</div></div>