There is an error in the service file. Change the contents of the following file:
/Library/LaunchDaemons/com.wowza.WowzaMediaServer.plist
to:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Disabled</key>
<true/>
<key>Label</key>
<string>com.wowza.WowzaMediaServer</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/Library/WowzaMediaServer/bin/WowzaMediaServerOSX</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>ServiceDescription</key>
<string>Wowza Media Server</string>
<key>StandardErrorPath</key>
<string>/Library/WowzaMediaServer/logs/launchd.stderr</string>
<key>StandardOutPath</key>
<string>/Library/WowzaMediaServer/logs/launchd.stdout</string>
<key>UserName</key>
<string>root</string>
<key>WorkingDirectory</key>
<string>/Library/WowzaMediaServer/bin/</string>
</dict>
</plist>
Charlie