mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
srt
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
./build-libsrt.sh
|
||||||
|
|
||||||
git clone -b master --single-branch --depth 1 https://github.com/FFmpeg/FFmpeg.git
|
git clone -b master --single-branch --depth 1 https://github.com/FFmpeg/FFmpeg.git
|
||||||
cd FFmpeg
|
cd FFmpeg
|
||||||
wget https://github.com/lgeek/FFmpeg/commit/10a7ccaceb56cd4ed1275a155900fb6087fe9f56.diff
|
wget https://github.com/lgeek/FFmpeg/commit/10a7ccaceb56cd4ed1275a155900fb6087fe9f56.diff
|
||||||
|
|||||||
12
build-libsrt.sh
Executable file
12
build-libsrt.sh
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
sudo apt-get install tclsh pkg-config cmake libssl-dev build-essential
|
||||||
|
if [ -d "srt" ]; then
|
||||||
|
cd srt
|
||||||
|
git pull
|
||||||
|
else
|
||||||
|
git clone -b master --single-branch --depth 1 https://github.com/Haivision/srt.git
|
||||||
|
cd srt
|
||||||
|
fi
|
||||||
|
./configure
|
||||||
|
make -j4
|
||||||
|
sudo make install
|
||||||
|
cd ..
|
||||||
Reference in New Issue
Block a user