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 2012-05-12 10:23:04

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

Video Streaming

I've just finished working on 1.0, fixed streaming problems (i had some problems lighttpd and other clients also reported that streaming is slower with lighttpd or that their memory is full) and now the script supports: lighttpd flv/mp4 streaming (with secure download), nginx flv/mp4 streaming (with secure_link) and apache flv/mp4 streaming (with mod_auth_token).


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

Offline

#2 2012-05-12 10:48:25

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: Video Streaming

Hmmm........Link Security means user cant See main Link.... For Streaming.......But User Download Videos Through Downloaders Which Eat All Bandwidth Due To Multiple Linking..........




ful2fun.com
livesexpirates.com

Offline

#3 2012-05-12 12:02:22

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

Re: Video Streaming

Link Security means anti-hotlinking prevention. Thats it, nothing else. Everyone can still download the file itself, but it cannot be streaming, so basically nobody can steal your bandwidth.


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

Offline

#4 2012-05-12 16:27:15

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: Video Streaming

Downloading file Is Ok But When It is Downloading through Softwares Like IDm And All It Makes Bandwidth Stealing With 8 Links Same Time Even It Download In parts But It Counts Full Part As One Download That What i Am Saying But Its Ok .......




ful2fun.com
livesexpirates.com

Offline

#5 2012-05-13 07:42:17

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: Video Streaming

I think mod_auth_token is the best protection, allow you to generate a different URL for a determined time, you can also limit them by IP.
I have used "lighttpd flv/mp4 streaming (with secure download)" but there are some sites that grab video file URL from "modules/video/player/config.php?id=***" every time a user watch a video on their site.


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#6 2012-05-13 13:08:44

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

Re: Video Streaming

You can also do this with nginx (since yesterday, i'm a nginx fan boy, i'm going to move my sites to nginx, but i still have to learn  a couple of things):

        location ~ \.flv$ {
            secure_link $arg_st,$arg_e;
            secure_link_md5 secret$uri$arg_e$remote_addr;

            if ($secure_link = "") {
                        return 403;
            }

            if ($secure_link = "0") {
                        return 403;
            }

            flv;
        }

I've added all 3 options in the script.

I will write a howto about nginx once i have 1.0 done.


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

Offline

#7 2012-05-13 17:27:28

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: Video Streaming

Waiting For 1.0 To try All these things..........



ful2fun.com
livesexpirates.com

Offline

Board footer

Powered by FluxBB