• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Unable to load videos using f4m file in flash player

New Here ,
May 24, 2012 May 24, 2012

Copy link to clipboard

Copied

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

Views

2.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
May 24, 2012 May 24, 2012

Copy link to clipboard

Copied

Hi,

Please make sure that:

     1. You are able to access the f4m from the browser of that same client machine.

     2. Crossdomain.xml is present in webroot.

     3. The 3 f4v files are present in the vod folder.

Thanks,

Shiven

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 24, 2012 May 24, 2012

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
May 24, 2012 May 24, 2012

Copy link to clipboard

Copied

Hi,

It seems everything is working well on the server side.Could be a player issue.

What version of OSMF did you use?

-Shiven

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 24, 2012 May 24, 2012

Copy link to clipboard

Copied

Hi,

We are using osmf 2.0 and flex sdk 4.0.

Please suggest?

Thanks,

Anjali

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 04, 2012 Jun 04, 2012

Copy link to clipboard

Copied

LATEST

Upgraded the Flex sdk to 4.5, now its working fine.

Thanks for suggestions.

Regards,

Anjali Rawat

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines