Giter Site home page Giter Site logo

jonrcable / videoserver Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 60.59 MB

Darwin Video Server

Perl 9.56% Assembly 0.22% C++ 71.38% C 7.02% Shell 3.09% Objective-C 2.32% Makefile 0.08% Python 0.20% HTML 4.76% JavaScript 0.39% Perl 6 0.78% Batchfile 0.15% Groff 0.05%

videoserver's Introduction

Video Streaming Server

# Basic Update and Extra Repos

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install git ffmpeg unzip gpac vsftpd build-essential

# install the private ssh-key

...

# Custom Compile Perl

wget http://search.cpan.org/CPAN/authors/id/D/DO/DOM/perl-5.12.5.tar.gz

wget http://www.cpan.org/src/5.0/perl-5.12.5.tar.gz
tar -xzf perl-5.12.5.tar.gz
cd perl-5.12.5
./Configure -des -Dprefix=/usr/local
make
make test
sudo make install

# CPAN Modules

wget http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.5017.tar.gz
tar -xzf App-cpanminus-1.5017.tar.gz
cd App-cpanminus-1.5017
perl Make.pl
make
make test
sudo make install

sudo addgroup --system qtss
sudo adduser --system --no-create-home --ingroup qtss qtss

git clone [email protected]:jonrcable/VideoServer.git Source

cd ~/Source/INSTALL/DarwinStreamingSrvr6.0.3-Source

cpan App::cpanminus


sudo ./Install

Test MP4 Box
/usr/bin/MP4Box -version

# Install the s3fs file system
https://github.com/s3fs-fuse/s3fs-fuse

.......................
old notes
.......................

https://github.com/downloads/lstoll/dss/DarwinStreamingSrvr6.0.3-L2-Linux-x64.deb.gz

gzip -d DarwinStreamingSrvr6.0.3-L2-Linux-x64.deb.gz

sudo dpkg -i DarwinStreamingSrvr6.0.3-L2-Linux-x64.deb


1. Install Perl

wget http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/perl-5.12.5.tar.gz
tar -xzf perl-5.12.5.tar.gz
cd perl-5.16.3
./Configure -des -Dprefix=$HOME/usr/local
make
make test
sudo make install
then add:

export PATH=$HOME/usr/local/bin/:$PATH

as result you will get:

 $ perl -v
 $ perl 5.16

Old perl version is still locate here: /usr/bin/perl

new Perl version will be there: /usr/local/bin/perl

2. Work with CPAN modules

I suggest you install cpanminus (cpanm) for easy manage CPAN modules for new version of Perl.

wget http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.5017.tar.gz
tar -xzf App-cpanminus-1.5017.tar.gz
cd App-cpanminus-1.5017
perl Make.pl
make
make test
sudo make install
After that you can install CPAN modules for your new version of Perl.

videoserver's People

Watchers

Jon Cable 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.