Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
#!/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