Skip to content
Snippets Groups Projects
Commit 6c4eea86 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed Wowza deb location.

parent 7721b129
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ def setup(interactive=True): ...@@ -21,7 +21,7 @@ def setup(interactive=True):
cmds = [ cmds = [
'apt-get install -y %s' % jre_package, 'apt-get install -y %s' % jre_package,
# Get and install Wowza # Get and install Wowza
'[ -f "/tmp/%(name)s" ] || wget -q "https://www.ubicast.eu/media/downloads/packages/%(name)s" -O "/tmp/%(name)s"' % {'name': wowza_setup_name}, '[ -f "/tmp/%(name)s" ] || wget -q "https://panel.ubicast.eu/media/storage/%(name)s" -O "/tmp/%(name)s"' % {'name': wowza_setup_name},
'dpkg -i "/tmp/%s"' % wowza_setup_name, 'dpkg -i "/tmp/%s"' % wowza_setup_name,
# Configure Wowza # Configure Wowza
'echo "%s" > /usr/local/WowzaStreamingEngine/conf/Server.license' % license, 'echo "%s" > /usr/local/WowzaStreamingEngine/conf/Server.license' % license,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment