we encoded mp4 videos with sony vegas 11. They play back well butt when I click on a later position in the video I have to wait until it's loaded up to that position - it's not jumping and playing back after short buffering.
The second problem is that the player crops although I have so.addVariable('stretching','fill');
here is my full script:
<div id="mediaspace">
<script type="text/javascript">
var so = new SWFObject('http://aaron-film.de/typo3conf/ext/JW-Player/flvplayer.swf','mpl','898','364','9');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('image','http://aaron-film.de/fileadmin/templates/img/cubes/1.gif');
so.addVariable('file','http://aaron-film.de/fileadmin/images/Demo/playlist_11-11.xml');
so.addVariable('playlist','left');
so.addVariable('skin','http://aaron-film.de/typo3conf/ext/JW-Player/Skins/simple/simple.swf');
so.addVariable('playlistsize','350');
so.addVariable('stretching','fill');
so.addVariable('dock','false');
so.write('mediaspace');
</script>
</div>
What's wrong?
cropping is solved - that was a wrong ratio in the player setup.
I also tried to fix the streaming problem with "AoA MP4 Patch" but that did not help.