Giter VIP home page Giter VIP logo

vidcol's Introduction

Vidcol - (Video Server)

Vidcol is a video server developed in PHP. Its a cross platform video streaming application for web clients, smartphone clients and basic mobile user. The server streams videos to various platforms supporting various different platform specific video file formats. Its developed using various open source technologies including jwplayer for video streaming on a web and html5 devices, ffmpeg for video conversion into different formats and for thumbnail generation, red5 Streaming server for enabling video streaming on flash supporting devices, darwin streaming server for streaming of videos on basic mobile devices, it enables rtsp stream for 3gp video formats for basic mobile units which do not support flash or html5 formats. Jquery mobile framework is used for devloping a UI for smartphone devices. Vidcol provides a complete video solution enabling sreaming of video on client devices, review of those videos, searching of videos, video uploading.

Requirement for Installation

  • Ubuntu 10.04 or above
  • Min 6 Gib RAM
  • Min 500 Gib Space

Installation Details

Setting up of web server

  • apache 2 : sudo apt-get install apache2
  • php 5 : sudo apt-get install php5 php5-cgi libapache2-mod-php5 php5-common php-pear
  • MySQl 5.5 : sudo apt-get install mysql-server-5.5
  • phpmyadmin : sudo apt-get install phpmyadmin
  • Upload database file localhost.sql into phpmyadmin
  • Update $dbpasswd='vidcol@123'; in public_html/config.php and public_html/mobile/config.php
  • Update the /etc/apache2/sites-available/default -> Line 4 and Line 9 DocumentRoot /var/www/Vidcol/public_html
  • To start the web server# /etc/init.d/apache2 restart

Setting of of NFS server

Setting up of Red5 server

  • extract red5.zip in Downloads directory
  • sudo apt-get install nfs-common
  • sudo mount -t nfs /var/www/Vidcol/public_html/inc /home/red5/Downloads/red5/webapps/oflaDemo/streams
  • ~]# cd Downloads/red5
  • ~]# sh red5.sh

Darwin streaming server Installation details

Note : Video files and and the sofwares required for running the server are not included in the repository due to size constraint. For any help write to me at [email protected]

vidcol's People

Contributors

hiteshgaba avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.