-
Notifications
You must be signed in to change notification settings - Fork 0
jonrcable/VideoServer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 git@github.com: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.
About
Darwin Video Server
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published