summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-02-11 03:21:01 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-02-11 03:21:01 +0100
commit7364475a0986bd93c414336ff236f2e07021e465 (patch)
tree02dcbdbf24d3fc23f5427cdbbe449789fd45264c /inventory/host_vars
parentelevate encoder: fix decklink versions (diff)
ele-calypso: add volume for /srv/video
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ele-calypso.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/inventory/host_vars/ele-calypso.yml b/inventory/host_vars/ele-calypso.yml
index df5e8962..d0991f29 100644
--- a/inventory/host_vars/ele-calypso.yml
+++ b/inventory/host_vars/ele-calypso.yml
@@ -49,6 +49,15 @@ blackmagic_desktopvideo_version: 12.5a15
blackmagic_desktopvideo_include_gui: yes
+lvm_volumes:
+ system/videos:
+ vg: "{{ host_name }}"
+ lv: videos
+ size: 3G
+ fs: ext4
+ dest: /srv/videos
+
+
docker_pkg_provider: docker-com
docker_storage:
@@ -72,8 +81,9 @@ kubernetes_standalone_cni_variant: with-portmap
player_inst_name: emc-feed
player_ffmpeg_image_version: bookworm-decklink12.5-2024-02-08.32
-player_input: [ '-f', 'live_flv', '-rtmp_live', 'live', '-i', "rtmp://{{ network_zones.cc_orpheum.prefix | ansible.utils.ipaddr(network_zones.cc_orpheum.offsets['ele-thetys']) | ansible.utils.ipaddr('address') }}/emc-feed/full" ]
+#player_input: [ '-f', 'live_flv', '-rtmp_live', 'live', '-i', "rtmp://{{ network_zones.cc_orpheum.prefix | ansible.utils.ipaddr(network_zones.cc_orpheum.offsets['ele-thetys']) | ansible.utils.ipaddr('address') }}/emc-feed/full" ]
#player_input: [ '-stream_loop', '-1', '-i', '/srv/videos/Big Buck Bunny 1080p 60fps.mp4' ]
+player_input: [ '-stream_loop', '-1', '-i', '/srv/videos/Stress Test 1080p 25fps.mov' ]
player_output: [ '-ac', '2', '-pix_fmt', 'uyvy422', '-s', '1920x1080' ,'-r', '25', '-f', 'decklink', 'DeckLink Mini Monitor 4K' ]
player_volume_mounts:
videos: