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

Moved HCA setup to deprecated.

parent ec821c36
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ def setup(interactive=True):
print('Configuration of HCA http.ini file skipped (no FTP passwords in config).')
# rtmp.ini
live_pwd = utils.get_conf('WOWZA_LIVE_PWD')
if live_pwd:
if live_pwd and os.path.exists('/var/www/streaming'):
cmds.append('mkdir -p /etc/hca')
cmds.append(dict(line='write', template='%s/rtmp.ini' % dir_path, target='/etc/hca/rtmp.ini', params=(
('{{ MS_SERVER_NAME }}', utils.get_conf('MS_SERVER_NAME', 'mediaserver')),
......
File moved
File moved
......@@ -36,7 +36,6 @@ monitor() {
mediaserver() {
python3 /root/envsetup/envsetup.py 3
python3 /root/envsetup/envsetup.py 5
python3 /root/envsetup/envsetup.py 6
python3 /root/envsetup/envsetup.py 8
python3 /root/envsetup/envsetup.py 61
python3 /root/envsetup/envsetup.py 7
......
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