Can't get Dynamic VOD over HTTP working.. URL missing from Media tag
i trying hds , hls vod working on aws instance of ams 5.01.
so hds_sample1_manifest.f4m:
<manifest xmlns="http://ns.adobe.com/f4m/2.0">
<media href="http://ec2-54-252-75-36.ap-southeast-2.compute.amazonaws.com/hds-vod/sample1_150kbps.f4v.f 4m" bitrate="150"/>
<media href="http://ec2-54-252-75-36.ap-southeast-2.compute.amazonaws.com/hds-vod/sample1_500kbps.f4v.f 4m" bitrate="500"/>
<media href="http://ec2-54-252-75-36.ap-southeast-2.compute.amazonaws.com/hds-vod/sample1_700kbps.f4v.f 4m" bitrate="700"/>
<media href="http://ec2-54-252-75-36.ap-southeast-2.compute.amazonaws.com/hds-vod/sample1_1000kbps.f4v. f4m" bitrate="1000"/>
<media href="http://ec2-54-252-75-36.ap-southeast-2.compute.amazonaws.com/hds-vod/sample1_1500kbps.f4v. f4m" bitrate="1500"/>
</manifest>
i can confirm url's correct because if put 1 of url's in browser, xml. eg:
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<streamtype>recorded</streamtype><duration>114.61450000000001</duration><bootstrapinfo profile="named" id="bootstrap9308">
</manifest>
similarly, if remove .f4m end of url , again put in browser, sure enough, browser starts downloading physical video file.
so clearly, url's correct. finally, there url application. using this:
http://ec2-54-252-75-36.ap-southeast-2.compute.amazonaws.com/vod/hds_sample1_manifest.f4m
if put in browser, xml expected, when put in osmf configurator source, error "the f4m document contains errors.. url missing media tag". (after head-banging) figured out need crossdomain.xml file, in place, still no go.
i have tested single vod , single live streams on instance, cannot either multi vod or live work. please help!!
message edited by: dex002
hi
make sure using osmf ver 1.6+.
how trying playback streams?
-karishma
More discussions in Adobe Media Server
adobe
Comments
Post a Comment