Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Unable to play videos [MPG,3GP,MP4,MPEG]


Hi

i have following link that i want to play in JW player

MP4
1.http://rapidresidualpro.vteamslabs.com/images/media/1128892241PAKISTANI-SONG-ABRAR-UL-HAQ-NARA-SADA-ISHQ-AY.mp4

3gp
2. http://rapidresidualpro.vteamslabs.com/images/media/blonde-secretary.3gp

MPG
3. http://rapidresidualpro.vteamslabs.com/images/media/traian.mpg

bc.. <script type='text/javascript' src='/mediaplayer/swfobject.js'></script>
<script type='text/javascript'>
var so = new SWFObject('/mediaplayer/player.swf','mpl','400','300','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://rapidresidualpro.vteamslabs.com/images/media//blonde-secretary.3gp');
so.addVariable('backcolor','#ffffff');
so.addVariable('bufferlength','5');
so.addVariable('controlbar','bottom');
so.addVariable('autostart','false');
so.write('mediaspace');
</script>


but i am unable to view all these format can anybody can help me

Yasir

5 Community Answers

Pablo

JW Player Support Agent  
0 rated :

@Yasir -

None of those video encodings can be played in Flash. Your videos need to be encoded using H.264 or FLV (VP6).

We have an introductory blog post about transcoding video: http://www.longtailvideo.com/support/blog/12633/an-overview-of-audio-and-video-transcoding

For more advanced documentation on what video formats are supported in Flash, see http://osflash.org/flv

JW Player

User  
0 rated :

So... reading this, does it mean that the JW Player doesn't support other media file codec's?

I'm confused...

Will JW Player support and play .mov, .mp4, .mpeg4, .mp2, etc. or does it only play flash .flv or .swf media?

Or, is the code Yasir is using incorrect above to play those kinds of files?

I too am trying to integrate a player in my sites that can play .mp4 videos as well as the more traditional .mp3 audio, .flv, .swf, etc.

Can JW Player do this or no?

Pablo

JW Player Support Agent  
0 rated :

@Bryan -

Yassir’s code is correct, but the media files he’s trying to load aren’t playable in Flash. The JW Player will support any media that’s playable in Flash (I’m only talking about the JW Player in Flash mode, by the way – HTML5 mode is another story altogether).

The reason the files don’t play in Flash doesn’t have anything to do with the file extensions (.mov, .mp4, etc.) but are instead related to the video codec. Flash supports a very limited set of codecs, including H.264 (which is usually, but not always, what you find in an .MP4 file) and VP6 (which is usually, but not always, what you find in an .FLV file).

I hope this helps clarify things a bit.

JW Player

User  
0 rated :

So please can you suggest me a player where i can play .mov, .mp4, .mpeg4, .mp2...........

Ethan Feldman

JW Player Support Agent  
0 rated :

No Flash / HTML5 based players support all of those formats.

We only support what Flash / HTML5 supports.

More information – http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12539/supported-video-and-audio-formats

This question has received the maximum number of answers.