You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Mp4, mov not working with playlist? Created Mar 11, 2010

This thread is solved

Views: 2105     Replies: 1     Last reply Mar 12, 2010  
You must login first before you can use this feature

topflysecurity

Posts: 2

Registered:
Mar 11, 2010

Mp4, mov not working with playlist?

Posted: Mar 11, 2010

Hi. I was just doing a playlist and noticed that I can not play mp4 & mov. I looked in the forum but did not find any answer. Any ideas?

Edit: I provided poor information. I use rtmp. The mp4 works great in single file use (one file to one player).

Here is the code I use

$(function() {
flowplayer("500", "flowplayer-3.1.5.swf", {
clip: {
provider: 'rtmp',
autoPlay: false,
accelerated: true,
bufferLenght: 4,
metaData: false,
scaling: 'fit'
},
playlist: [
{ url: 'Iron_Man_2_Trailer_500',
title: 'Iron man 2'
},
{ url: 'Iron_Man_2_Trailer_500',
title: 'Iron man 2'
},
{ url: 'mp4:Iron_Man_2_Trailer_500.mp4',
title: 'Iron man 2'
}
],
canvas: {
backgroundGradient: "none",
backgroundColor: "#000000"
},
plugins: {
rtmp: {
url: 'flowplayer.rtmp-3.1.3.swf',
netConnectionUrl: 'rtmp://IP-IP/vod'
},
audio: {
url: 'flowplayer.audio-3.1.2.swf'
}
},
key: '#@'
});
$f("500").playlist("div.clips:first", { loop: true });
});

topflysecurity

Posts: 2

Registered:
Mar 11, 2010

» Mp4, mov not working with playlist?

Posted: Mar 12, 2010

Reply to: Mp4, mov not working with playlist?, from topflysecurity
Anybody maybe got an idea why this wont work with mp4 in playlist for me? I really would appreciate answer