mp4 seek issue on jw player

#1
while site runs on apache everything is fine when i switch to litespeed latest version seek doesn't work client cannot move video front and back and even time doesn't show up see this screenshot:-

Code:
http://clip2net.com/s/1Ow6e
thumbnail also not generating, mplayer is required for it which was already installed on server

i try to install mplayer i get :-

Package mplayer-1.0-0.47.svn20100703.el5.rf.x86_64 already installed and latest version
Nothing to do
 
#3
mime settings are verified and are present in config file, we are already using jwplayer but still seek not working, do i need to reinstall mplayer separtely for litespeed ?
 

NiteWave

Administrator
#4
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.
 
Top