LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   LSWS 4.1 Release (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=26)
-   -   mp4 seek issue on jw player (http://www.litespeedtech.com/support/forum/showthread.php?t=5859)

bhanuprasad1981 04-15-2012 11:21 PM

mp4 seek issue on jw player
 
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

NiteWave 04-16-2012 12:01 AM

I verified on latest 4.1.12, mp4 seek works without any change.

please following
http://www.litespeedtech.com/support...:mp4_streaming

to test a single mp4 file, using JWplayer is the easiest way.

bhanuprasad1981 04-16-2012 03:28 AM

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 04-16-2012 03:51 AM

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.

bhanuprasad1981 04-16-2012 04:44 AM

weird all i get is blank page for that code :(

mplayer :-
http://www.mplayerhq.hu/design7/news.html

its an ffmpeg module

weirdly switching to Apache everything works fine including seeking see now we can see video time too

http://snpr.cm/8WdD7t.jpg

NiteWave 04-16-2012 04:55 AM

Quote:

weird all i get is blank page for that code
please note line:
src="/jwplayer.swf"

need put jwplayer.swf in document root as well, otherwise, will be blank page. -- tested at my end.

bhanuprasad1981 04-16-2012 05:21 AM

is there any option to make one cpanel account use apache ?

bhanuprasad1981 04-16-2012 10:14 PM

some one please help :( how can is et one domain to run on apache ?


All times are GMT -7. The time now is 11:07 PM.