summaryrefslogtreecommitdiff
path: root/roles/streaming/streamer/rtmp/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-05-29 15:48:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-05-29 15:48:14 +0200
commit23608509348957e8d3d3c92b1db72d84a1c7070c (patch)
tree1541d392c62ec55eaa936c07bcd97738603f3fd5 /roles/streaming/streamer/rtmp/templates
parentrename role rtmp/streamer to streamer/rtmp (diff)
cosmetic changes
Diffstat (limited to 'roles/streaming/streamer/rtmp/templates')
-rw-r--r--roles/streaming/streamer/rtmp/templates/pod-spec.yml.j24
1 files changed, 2 insertions, 2 deletions
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 %}