summaryrefslogtreecommitdiff
path: root/roles/streaming/streamer/rtmp
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
parentstreaming/recorder: new image with target option (diff)
streaming/streamer/rtmp: new image with target option
Diffstat (limited to 'roles/streaming/streamer/rtmp')
-rw-r--r--roles/streaming/streamer/rtmp/defaults/main.yml4
-rw-r--r--roles/streaming/streamer/rtmp/tasks/main.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/streaming/streamer/rtmp/defaults/main.yml b/roles/streaming/streamer/rtmp/defaults/main.yml
index a4faf706..0560d05f 100644
--- a/roles/streaming/streamer/rtmp/defaults/main.yml
+++ b/roles/streaming/streamer/rtmp/defaults/main.yml
@@ -6,8 +6,8 @@ streamer_rtmp_base_path: /srv/streamer/rtmp
streamer_rtmp_port: 1935
# streamer_rtmp_inst_name: feed
-# streamer_rtmp_nginx_image_version: 2022-05-15.24
-# streamer_rtmp_ffmpeg_image_version: bullseye-decklink11.7-2022-05-29.21
+# streamer_rtmp_nginx_image_version: 2022-06-12.26
+# streamer_rtmp_ffmpeg_image_version: bullseye-decklink11.7-2022-06-12.26
# streamer_rtmp_input: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-ac', '2', '-i', 'DeckLink Mini Recorder']
# streamer_rtmp_video_filter_common: "colorspace=iall=bt709:irange=tv:all=bt709:range=tv:format=yuv420p"
streamer_rtmp_app_name: "{{ streamer_rtmp_inst_name }}"
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