mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
Merge branch 'master' of https://github.com/sebseb7/pilivestreamingtools
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ FFmpeg
|
||||
nginx-1.18.0
|
||||
nginx-rtmp-module
|
||||
rtl8812au
|
||||
node-v12.18.4
|
||||
|
||||
11
build-nodejs.sh
Executable file
11
build-nodejs.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
wget https://nodejs.org/dist/v12.18.4/node-v12.18.4.tar.gz
|
||||
tar -xzf node-v12.18.4.tar.gz
|
||||
rm node-v12.18.4.tar.gz
|
||||
cd node-v12.18.4
|
||||
./configure
|
||||
make -j2
|
||||
sudo make install
|
||||
cd ..
|
||||
sudo npm i -g pm2
|
||||
sudo pm2 startup
|
||||
|
||||
10
install-speedify.sh
Executable file
10
install-speedify.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
curl https://get.speedify.com/pgp.key | sudo apt-key add
|
||||
sudo sh -c 'echo deb http://apt.connectify.me/ speedify main > /etc/apt/sources.list.d/connectify.list'
|
||||
sudo apt-get update
|
||||
sudo apt-get install speedify
|
||||
/usr/share/speedify/speedify_cli startupconnect on
|
||||
/usr/share/speedify/speedify_cli encryption off
|
||||
/usr/share/speedify/speedify_cli mode streaming
|
||||
/usr/share/speedify/speedify_cli login <login> <password>
|
||||
/usr/share/speedify/speedify_cli connect closest
|
||||
|
||||
Reference in New Issue
Block a user