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.
you only need a server that has webserver such as nginx and ftp server installed in it... create ftp account in your video server and configure your subdomain for it .. then plug it in to your main website
and if you want pseudostreaming for flash videos you need to configure that in nginx...
FYI ... MP4 HTML5 Videos on HTML5 video player has pseudostreaming work out of the box, no need for extra configuration... only Flash Videos requires extra configuration for pseudostreaming
Here is my solution to the issue. Fairly easy to implement... visit with adblocker enabled www.kinkyinpublic.com
here is the code for the site.. download the adframe.js and adblock-banned.html
edit adblock-banned.html and change the links to your website
put this code in the header of your template
<script type="text/javascript">
<!--
var adblock = true;
//-->
</script>
<script type="text/javascript" src="http://www.kinkyinpublic.com/adframe.js"></script>
<script type="text/javascript">
if(adblock) {
window.location.href = "http://www.kinkyinpublic.com/adblock-banned.html";
}
</script>
This shouldn't be hard to implement, to have a notification besides Inbox link if theres new or unread messages.