summaryrefslogtreecommitdiff
path: root/roles/streaming/rtmp/streamer/defaults/main.yml
blob: fa6770aac43ecc0265b99c89d8830dd4665634a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
rtmp_streamer_base_path: /srv/rtmp/streamer

rtmp_streamer_port: 1935
# rtmp_streamer_inst_name: feed
# rtmp_streamer_nginx_image_version: 2020-12-28.8
# rtmp_streamer_decklink_card: "DeckLink Mini Recorder"
rtmp_streamer_app_name: "{{ rtmp_streamer_inst_name }}"
rtmp_streamer_quality_levels:
  - full

rtmp_streamer_recording_enabled: no
rtmp_streamer_recording_level: full

rtmp_streamer_config: {}