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 });
});
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 });
});