No luck with xml yet - but I may be doing something stupid. The dynamic xml seems to get inserted correctly, then...
Code:
6 [main] ffmpeg 4004 _cygtls::handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
216806 [main] ffmpeg 4004 open_stackdumpfile: Dumping stack trace to ffmpeg.exe.stackdump
Here's the xml I was feeding it:
Code:
<?xml version="1.1" tivoversion="6.2-01-2-151"?>
<Object type="Recording" id="_top">
<SubObject type="Showing" id="Showing">
<Object type="Program" id="Program">
<DescLanguage>English</DescLanguage>
<Description>Description</Description>
<Title>Title</Title>
</Object>
</SubObject>
<StartTime>0</StartTime>
<StopTime>0</StopTime>
<StreamFileSize>0</StreamFileSize>
</Object>
Is it my xml?