Hi All,
I have developed a flash video player based on osmf, and using the FMS 4.5 to stream the videos. The FMS is installed on a separate machine, and we are accessing it from different clients.
I am able to stream the flv, mp4 and f4v formats. But when trying to play the f4m file in the player then getting error MediaPlayerState.PLAYBACK_ERROR. The path given is: ''http://101.125.225.07:8134/vod/Waterfall_rtmp.f4m'',
The manifest file:
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<id>Dynamic RTMP Streaming</id>
<baseURL>rtmp://101.125.225.07:1935/vod/</baseURL>
<mimeType>video/mp4</mimeType>
<streamType>recorded</streamType>
<media url="mp4:Waterfall_500.f4v" bitrate="500"/>
<media url="mp4:Waterfall_1000.f4v" bitrate="1000"/>
<media url="mp4:Waterfall_1500.f4v" bitrate="1500"/>
</manifest>
I am able to play this manifest file by giving the path as 'http://101.125.225.07:8134/vod/Waterfall_rtmp.f4m' in the below apps :
1) The sample video player provided with FMS.
2) http://www.osmf.org/configurator/fmp/#
Please help me out to resolve this issue or guide me if I am missing anything.
Thanks,
Anjali
Hi Shiven,
Thanks for the reply, the points are listed below:
1) I am able to access the f4m from the browser of the client macines.
2) Crossdomain.xml is already there in the webroot.
3) The 3 f4v are placed in the application/vod as we are implementing the rtmp dynamic streaming.
Please suggest?
Thanks,
Anjali
North America
Europe, Middle East and Africa
Asia Pacific