Link to home
Start Free TrialLog in
Avatar of whspider
whspider

asked on

Videos are not playing in the flowplayer

Hello, i am using flowplayer for playing my videos. Its working fine, my issue is some flv videos are not playing in the flowplayer it show error message --> Error : 202 Stream Not Found.The video is available in the given path. The same videos are playing fine in vlc player how to resolve this issue .
Please check my attachment is there is any problem in the flv video format or problem in the flow player. please guide me.
example.zip
ASKER CERTIFIED SOLUTION
Avatar of TobiasHolm
TobiasHolm
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of whspider
whspider

ASKER

ok thank you Is working another doubt , i am streaming my mp4 video in the same  flowplayer its working in the local system but the same will not work in server ? It simply show the black screen without any error
Have you tried several different mp4 files? What program are you using to encode your videos? It might be a problem with the used codecs in combination with the environment that you are using to play the videos in.

Regards, Tobias
As Flowplayer runs a Flash video object to play the files, the formats that Flowplayer supports are limited by the formats that Flash supports.

The formats that Flash supports are quite common on the net today and these formats gear towards making optimal use of bandwidth, so those are also often the preferred formats. But they are not all formats. If you have formats not supported by Flash you must either be prepared to load different players on your web page, depending on the format of the video to play, or convert the video to a Flash supported format. As multiple player types can be quite difficult, we limit this discussion to converting videos to a Flash supported format. The conversion will often make the file size smaller, which is essential for web videos.

The following file types can be played with Flash:

    * .flv - These are Flash video files, as created by Adobe Media Encoder and other programs. Flash Video (.flv files) is a container format, meaning that it is not a video format in itself, but can contain other formats such as MPEG-4 or H.264.
    * .f4v - These are standard mp4 files (MPEG-4) that can be played back by Flash Player 9 Update 3 and above.

Regards, Tobias
So, the answer is: You must use .flv or .f4v files with Flowplayer, but you can put MPEG-4 video files inside those containers if they are encoded in a way that Adobe Flash supports.

Regards, Tobias