Repository URL to install this package:
|
Version:
3.1.2-ga-1 ▾
|
#!/bin/sh
if [ -d /Library/WowzaMediaServer ]
then
BASEDIR=/Library/WowzaMediaServer/examples
"$BASEDIR/BWChecker/install.command"
"$BASEDIR/LiveVideoStreaming/install.command"
"$BASEDIR/LiveDvrStreaming/install.command"
"$BASEDIR/RemoteSharedObjects/install.command"
"$BASEDIR/ServerSideModules/install.command"
"$BASEDIR/SHOUTcast/install.command"
"$BASEDIR/SimpleVideoStreaming/install.command"
"$BASEDIR/TextChat/install.command"
"$BASEDIR/VideoChat/install.command"
"$BASEDIR/VideoRecording/install.command"
else
BASEDIR=/usr/local/WowzaMediaServer/examples
$BASEDIR/BWChecker/install.sh
$BASEDIR/LiveVideoStreaming/install.sh
$BASEDIR/LiveDvrStreaming/install.sh
$BASEDIR/RemoteSharedObjects/install.sh
$BASEDIR/ServerSideModules/install.sh
$BASEDIR/SHOUTcast/install.sh
$BASEDIR/SimpleVideoStreaming/install.sh
$BASEDIR/TextChat/install.sh
$BASEDIR/VideoChat/install.sh
$BASEDIR/VideoRecording/install.sh
fi