What's the problem with the .f4m file?
f4m file content(not work):
http://localhost:10009/uploadfiles/video/video/20128/201208141534459942.f4m
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns="http://ns.adobe.com/f4m/1.0"> <id>dynamic streaming</id> <duration>59</duration> <mimetype>video/x-flv</mimetype> <mediatype>recorded</mediatype> <baseurl>rtmp://testserver/vod</baseurl> <media url="video/video/20128/201208141534459942_480x320_15fps_360kbps_flv" bitrate="360" width="480" height="320" /> <media url="video/video/20128/201208141534459942_640x480_15fps_768kbps_flv" bitrate="768" width="640" height="480" /> <media url="video/video/20128/201208141534459942_1280x720_15fps_1500kbps_flv" bitrate="1500" width="1280" height="720" /> </manifest>
the invidual file(work):
rtmp://testserver/vod/video/video/20128/201208141534459942_480x320_15fps_360kbps_flv
the invidual file's extension ".flv", need modify make f4m file worked?
More discussions in Developers
adobe
Comments
Post a Comment