Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2011-09-06 13:06:35

Cookies
Member
Registered: 2011-09-06
Posts: 16

Lighttpd video not streamable

After playing around with it apache on 80 the site works fine. Lighttpd on 81 works now after I chmod 755 the public_html folder path but the video being played isn't streamable (cant click anywhere and it plays from there). I google around about it and all that comes up are php-fastcgi related issue.

If this is the problem how do I config lighttpd fastcgi for Adult Script Pro. If not can you give me a little info on how to run lighttpd on 81 so that it connects to my main site and streams the video correctly. Fantastic script btw. Thanks smile

Offline

#2 2011-09-06 15:47:30

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Lighttpd video not streamable

Please read this howto about Installing/Configuring Lighttpd to work with Adult Script Pro: http://forum.adultscriptpro.com/viewtopic.php?id=588. After you've done what is mentioned in the howto, go to Admin -> Video -> Config -> View and enter the lighttpd url: http://www.domain.com:81, lighttpd prefix and lighttpd secdownload key.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2011-09-07 04:12:14

Cookies
Member
Registered: 2011-09-06
Posts: 16

Re: Lighttpd video not streamable

Now i am able to view video from lighttpd port 81 and apache on 80 after i chmod the public_html 755. But the video is still not streaming. Every time i click on an unloaded part it restarts the video sad

I did everything from your post on how to configure it. Is there certain modules that should be enable? right now i only have

server.modules = (
  "mod_access",
  "mod_secdownload",
#  "mod_fastcgi",
#  "mod_alias",
  "mod_auth",
#  "mod_evasive",
#  "mod_redirect",
#  "mod_rewrite",
#  "mod_setenv",
#  "mod_usertrack",
)

any sample on how a lighttpd.conf file might look like? I'm a complete newbie at setting up servers. thanks smile

Offline

#4 2011-09-07 06:39:36

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Lighttpd video not streamable

You also need to enable mod_flv_streaming and add this line:

flv-streaming.extensions = (".flv")

Please read this article: http://blog.lighttpd.net/articles/2006/ … h-lighttpd

You also need, but its not mandatory mod_h264_streaming, to stream mp4 videos.

I dont have a simple/single lighttpd.conf sad, as i use the new format that comes with lighttpd and there are several configuration file.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#5 2011-09-07 13:28:20

Cookies
Member
Registered: 2011-09-06
Posts: 16

Re: Lighttpd video not streamable

that was it then. I'm retarded and didn't enable the modules that needs to be ran to seek. enabled mod flv and h264 modules and now the video is seekable. Now time to config and get the site up and running. thank you so much for the help.

Oh one more thing. When I upload video using the upload page. The upload button doesn't work, but when i press CANCEL button it starts uploading.. LOL  I did not modify anything yet. Was thinking this is a bug?

Last edited by Cookies (2011-09-07 13:32:20)

Offline

#6 2011-09-07 14:52:26

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Lighttpd video not streamable

Hmm..so basically when you click on the upload button it does not work? However if you click on the cancel button the upload starts working? What browser are you using?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#7 2011-09-08 02:39:07

Cookies
Member
Registered: 2011-09-06
Posts: 16

Re: Lighttpd video not streamable

symtab wrote:

Hmm..so basically when you click on the upload button it does not work? However if you click on the cancel button the upload starts working? What browser are you using?

yep, firefox 3.6.22

Offline

Board footer

Powered by FluxBB