From 23608509348957e8d3d3c92b1db72d84a1c7070c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 29 May 2022 15:48:14 +0200 Subject: cosmetic changes --- roles/streaming/streamer/rtmp/templates/pod-spec.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/streaming/streamer/rtmp/templates') diff --git a/roles/streaming/streamer/rtmp/templates/pod-spec.yml.j2 b/roles/streaming/streamer/rtmp/templates/pod-spec.yml.j2 index 301b4f33..81058cea 100644 --- a/roles/streaming/streamer/rtmp/templates/pod-spec.yml.j2 +++ b/roles/streaming/streamer/rtmp/templates/pod-spec.yml.j2 @@ -72,14 +72,14 @@ containers: - -rtmp_live - live - -i - - "rtmp://127.0.0.1/{{ streamer_rtmp_app_name }}/{{ forward.level }}" + - 'rtmp://127.0.0.1/{{ streamer_rtmp_app_name }}/{{ forward.level }}' - -c:a - copy - -c:v - copy - -f - flv - - "{{ forward.url }}" + - '{{ forward.url }}' {% endfor %} {% if streamer_rtmp_recording is defined %} -- cgit v1.2.3