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
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