Quote:
Originally Posted by DWB
As Borked said, JW is fine.
It's your video.
Are you streaming a .flv with it? You need to be using .mp4.
|
I am using mp4
Maybe it's my setup which need some tweaking?
jwplayer("fileViewer").setup({
file : "<?= $video ?>",
provider : 'http',
width : <?= $vwidth ?>,
height : <?= $vheight ?>,
autostart : true,
modes : [ { type: 'html5' }, { type: 'flash', src: 'player.swf' }, { type: 'download'} ]
});