View Single Post
  #4  
Old 04-16-2012, 03:51 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
don't know about mplayer. we can test seek without it.

save following code as test.html on document root:
Code:
<embed
     flashvars="file=/video.mp4&provider=http&http.startparam=start"
      width="800" height="600"
      src="/jwplayer.swf"
      allowfullscreen="true"
      allowscriptaccess="always"
      wmode="transparent"
/>
to test if the seek works. if it works, then lsws mp4 seek function works fine.
Reply With Quote