Error parsing f4m file ? VOD
I have gone though the tutorials listed at:
http://forums.adobe.com/message/4224643#4224643
But I cannot get this to work for VOD files. What is even wierder, is that I can get VOD using HDS to work using thier sample f4m file, but not mine generated using thier tool. When I use my f4m file, I get the error "Error parsing f4m file." What am I missing?
My f4m file:
<manifest xmlns="http://ns.adobe.com/f4m/2.0">
<baseURL>http://nameofmyserver.mydomain.blah/hds-vod/</baseURL>
<media href="sample1_150kbps.f4v.f4m" bitrate="150"/>
<media href="sample1_700kbps.f4v.f4m" bitrate="700"/>
<media href="sample1_1000.f4v.f4m" bitrate="1000"/>
</manifest>
Thier "sample" f4m file:
manifest xmlns="http://ns.adobe.com/f4m/2.0">
<media href="../hds-vod/sample1_150kbps.f4v.f4m" bitrate="150"/>
<media href="../hds-vod/sample1_500kbps.f4v.f4m" bitrate="500"/>
<media href="../hds-vod/sample1_700kbps.f4v.f4m" bitrate="700"/>
<media href="../hds-vod/sample1_1000kbps.f4v.f4m" bitrate="1000"/>
<media href="../hds-vod/sample1_1500kbps.f4v.f4m" bitrate="1500"/>
</manifest>
obviously my file has the "baseURL" part.. but that is used in the tutorial.
Thanks for any pointers.
