Hi All,
I am finding that when we record from our Extrons, we're getting back only 1 media stream, it's causing all kinds of issues. For example, cutting fails, because there is only one media stream anfd it's looking for */work. The issue is that the faculty will definitely want to be able to cut and republish their media
So I'm trying to work out where exactly to put a clone directive as below
<!-- Clone directive to create work flavor -->
<operation
id="clone"
exception-handler-workflow="partial-error">
<configurations>
<configuration key="source-flavor">*/source</configuration>
<configuration key="source-tags">archive</configuration>
<configuration key="target-flavor">*/work</configuration>
</configurations>
</operation>
<!--Clone directive to create work flavor -->
At the moment I have it in Partial-publish.xml
which works but then creates additional */branded and */themed archives.
Plus whenever the faculty edit the media and republish, the clone configuration is rerun which creates another */work archive
Anyone able to advise, this obviously isn't the best place to put this, in the meantime I'll keep looking
Thanks in advance
Regards
Steve Cox
UofT