Repository URL to install this package:
|
Version:
3.1.2-ga-1 ▾
|
wowzamediaserver-3.1.2
/
usr
/
local
/
WowzaMediaServer-3.1.2
/
examples
/
LiveVideoStreaming
/
install.sh
|
|---|
#!/bin/sh
echo "Installing LiveVideoStreaming..."
if [ -d /Library/WowzaMediaServer ]
then
cd /Library/WowzaMediaServer/examples/LiveVideoStreaming
else
cd /usr/local/WowzaMediaServer/examples/LiveVideoStreaming
fi
if [ ! -d ../../applications/live ]; then
cp -R conf/live ../../conf/
mkdir ../../applications/live
fi
if [ ! -d ../../applications/rtplive ]; then
cp -R conf/rtplive ../../conf/
mkdir ../../applications/rtplive
fi