hello, how can i convert a mpeg file to a mp4 how play with pseudostreaming in jwplayer.
i tried with some mp4 files, created on HandBreak, bui its not working,
hello, how can i convert a mpeg file to a mp4 how play with pseudostreaming in jwplayer.
i tried with some mp4 files, created on HandBreak, bui its not working,
they say that for HTML5 mode, pseudostreaming works by default,
but if I try to pass the video to a point below does not work
I am using this code
what can be wrong
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'player.swf',
'file': 'teste.mp4',
'frontcolor': '003300',
'lightcolor': '666666',
'screencolor': '00CC00',
'controlbar': 'bottom',
'width': '720',
'height': '480',
'modes': [
{type: 'html5'},
{type: 'flash', src: 'player.swf'},
{type: 'download'}
]
});
</script>
thanks
I think something is wrong with your mp4 file. Even in Flash mode, when I press play, the video just gets stuck on the first frame and never advances.
I can watch normally
but when I click a future point, not loaded.
it didnt advance
i creat the file with Handbrake (Regular Normal, web optimized)
Normally in Flash mode or HTML5 mode? In Flash mode, the default is progressive download, and you can't seek ahead to unbuffered parts.
It should be.
As long as you do it like this - http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/18508/jw-embedder-modes
Make sure you have checked the web optimized checkbox while encoding your videos. Other than that I recommend that you stick to this guide: http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12534/video-delivery-http-pseu...