Dynamic Business Video Hosting from Video Share VOD

Video Share VOD introduced Dynamic Business Video Hosting.

What’s special about this video hosting? You can setup and resize VOD (Video On Demand) hosting accounts as necessary, by ordering required number of units. You can order new units or cancel subscriptions as you wish from one month to another, to adjust resources to project requirements.

VOD HOST UNIT
Disk Space 200 Gb
Bandwidth 1000 Gb / month
Setup/Resize Fee  0$ (free)
Price  20$ / month

Minimum account size is 1 unit and maximum 39 units, meaning you can quickly scale from 1Tb to 39Tb of bandwidth transfer per month or from 200Gb to 7.8Tb storage, and back, as necessary. For same website (account).

How does this compare in terms of resources and price to entry plans for other business video hosting providers?

Provider Bandwidth
Gb/month
Space Price
/month
VideoShareVOD 1000 200 Gb $20
SproutVideo 200 150 Gb $25
Vzaar 250 100 Gb $25
Cincopa 100 100 videos $25

Key Features

  • 1000Mbps:  High Speed Networks streaming oriented infrastructure on 1000Mbps servers in high speed datacenter networks with multiple backbone connections totalling thousands of Gbps bandwidth capacity. 1000Mbps means 10 times more  users can watch videos simultaneously than on regular 100Mbps servers, without performance and reliability issues. To evaluate latency and speed check live demos for video sharing.
  • Managed: Video sites have specific requirements that demand specific server side configuration. For these plans, a server administrator is not required to setup and manage the server side configuration as this service is included. FFMPEG and conversion tools are installed, configured with necessary codecs and updates as needed.
  • Video Share VOD: Turnkey solution, interface that can be deployed (installation included) for easy managedment of videos: upload & import videos, convert video for all delivery options, organize in playlists, run a VOD site, monetisation, embed code for videos and playlist (to publish on another site), ability to customise with WP themes and plugins.
  • CPanel: CPanel is the most popular web hosting management control panel to manage http, mysql, email, ftp.
  • Softaculous: Automated installer for 350+ site scripts.
  • Secure: HTTPS: Plans come with AutoSSL, meaning a default SSL certificate is assigned to website. If you have your own certificate, the default one will only be used if yours expires.
    Protection: Hosting servers include advanced firewall settings (CSF & LFD), ClamAV antivirus, ModSecurity, configured by our experienced administrators.
  • Compatibility: Hosting servers include latest CURL and Open SSL to meet eCommerce provider requirements (including Paypal).

  • Cost Efficient: better value compared with other business video hosting providers.

Install GeoIP PHP Extension

Install GeoIP C API
Change 1.4.8 to downloaded version.

cd /usr/local/src
wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz
tar zxvf GeoIP.tar.gz
cd GeoIP-*
./configure
make
make check
make install

Install PHP PECL extension

pecl install geoip

Find php.ini

php -i | grep php.ini

Enable extension to load in php.ini:

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
extension=geoip.so

You may need to restart HTTP server (apache) to apply changes.

Download Geo Lite City database

cd /usr/local/src
wget -N -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz
mv GeoLiteCity.dat /usr/local/share/GeoIP/GeoIPCity.dat

For more accurate detection and production projects, buy the full GeoCity database from MaxMind.