From 7364475a0986bd93c414336ff236f2e07021e465 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 11 Feb 2024 03:21:01 +0100 Subject: ele-calypso: add volume for /srv/video --- inventory/host_vars/ele-calypso.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'inventory/host_vars/ele-calypso.yml') 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: -- cgit v1.2.3