15 lines
374 B
XML
15 lines
374 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<!-- Purge file for FFMP
|
||
|
period tag is where you change the time:
|
||
|
ex. 01-00:00:00 is one day or 24 hours of retention
|
||
|
ex. 00-12:00:00 is 12 hours
|
||
|
-->
|
||
|
<purgeRuleSet xmlns:ns2="group">
|
||
|
<rule>
|
||
|
<id>
|
||
|
<pluginName>ffmp</pluginName>
|
||
|
<key>default</key>
|
||
|
</id>
|
||
|
<period>01-00:00:00</period>
|
||
|
</rule>
|
||
|
</purgeRuleSet>
|