• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Multi-server or Cluster Options?

Started by vooping,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

voopingTopic starter

Does the script have the ability for multi-server or cluster? If so, if there a module or plugin for this?
  •  

PHPVibe A.


dtiberio

I highly recommend you use cdn77.com for a cdn

it is very easy to setup. it is cheap. they have hundreds of clusters worldwide.

it takes about 10 minutes to setup.

it would be a great addition to phpvibe, I use it on my site.
  •  

dtiberio

here is how you add clustering to this script:

get an account with a company like cdn77.com

they will ask you for your URL. like yourdomain.com

they will give you a cdn URL, such as yoursite.cdn77.com

then, go to the phpvibe templates, and anywhere you see an image such as a thumbnail, you change the url like so:
href="/image.jg" becomes href="http://yoursite.cdn77.com/image.jpg"

and that is all you have to do, and you have your content distributed worldwide on thousands of servers.

it costs maybe $20 per month right now.

it is extremely easy and cheap to do.
  •  

identicalmedia

  •  

PHPVibe A.

@dtiberio you still need to upload the actual video to the cdn instead of your local server.
The linking should be simple, an 2-3 lines change in the class.providers.php

dtiberio

my suggestion is not for the streaming video content but instead for image media such as thumbnails, css files, flat html such as help pages, and js files.

I do not use any form of CDN for streaming video.

Some cdn's offer streaming video support, some don't. The ones that do support streaming video do require that you upload the videos to the cdn, but still adding CDN support to any web site is quite simple.
  •  

PHPVibe A.

I understand you, but they are looking to host the videos on an cdn, and we will build an plugin for that in the near future.

Similar topics (7)