Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

mp4 pseudostreaming

9 replies [Last post]
Reply

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,

Reply

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...

Reply

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

Reply

Do you have a link?

Reply
Reply

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.

Reply

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)

Reply

Normally in Flash mode or HTML5 mode? In Flash mode, the default is progressive download, and you can't seek ahead to unbuffered parts.

Reply

i setup {type: 'html5'},
its right?

Reply

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options