summaryrefslogtreecommitdiff
path: root/roles/streaming/streamer/rtmp/tasks/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-06-13 20:24:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-06-13 20:24:06 +0200
commit7ddbfc05f45052534d64b76b15e98a1be941cdbc (patch)
tree291b72f9aad03c8eaf973a85a231ec86a5d4e16d /roles/streaming/streamer/rtmp/tasks/main.yml
parentstreaming/recorder: new image with target option (diff)
streaming/streamer/rtmp: new image with target option
Diffstat (limited to 'roles/streaming/streamer/rtmp/tasks/main.yml')
-rw-r--r--roles/streaming/streamer/rtmp/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/streaming/streamer/rtmp/tasks/main.yml b/roles/streaming/streamer/rtmp/tasks/main.yml
index 9259fbd4..938fa93a 100644
--- a/roles/streaming/streamer/rtmp/tasks/main.yml
+++ b/roles/streaming/streamer/rtmp/tasks/main.yml
@@ -18,7 +18,7 @@
- name: generate streamer config
copy:
- content: "{{ streamer_rtmp_config | combine({'rtmp': {'base_url': 'rtmp://127.0.0.1/'+streamer_rtmp_app_name}}) | to_nice_yaml }}\n"
+ content: "{{ streamer_rtmp_config | combine({'rtmp': {'target': 'rtmp://127.0.0.1/'+streamer_rtmp_app_name}}) | to_nice_yaml }}\n"
dest: "{{ streamer_rtmp_base_path }}/{{ streamer_rtmp_inst_name }}/config.yml"
- name: create recording directory