From bc55198e0ebd1fad58e8b10d9ecbdfab91edee68 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 3 Feb 2018 00:14:04 +0100 Subject: reorganized template dir --- templates/flumotion/default/aac-encode.xml | 12 ------ templates/flumotion/default/audio-resample.xml | 12 ------ templates/flumotion/default/audiotest.xml | 11 ----- templates/flumotion/default/decklink.xml | 13 ------ templates/flumotion/default/flv-mux.xml | 14 ------- templates/flumotion/default/h264-encode.xml | 12 ------ templates/flumotion/default/http-stream.xml | 39 ----------------- templates/flumotion/default/mjpeg-encode.xml | 12 ------ templates/flumotion/default/mkv-mux.xml | 14 ------- templates/flumotion/default/mp3-encode.xml | 12 ------ templates/flumotion/default/mp3-mux.xml | 12 ------ templates/flumotion/default/mpeg2-encode.xml | 12 ------ templates/flumotion/default/mpegts-mux.xml | 14 ------- templates/flumotion/default/ogg-mux.xml | 14 ------- templates/flumotion/default/opus-encode.xml | 12 ------ templates/flumotion/default/planet.xml | 58 -------------------------- templates/flumotion/default/porter.xml | 10 ----- templates/flumotion/default/raw-encode.xml | 12 ------ templates/flumotion/default/recorder.xml | 14 ------- templates/flumotion/default/repeater.xml | 11 ----- templates/flumotion/default/soundcard.xml | 24 ----------- templates/flumotion/default/video-resize.xml | 12 ------ templates/flumotion/default/videotest.xml | 11 ----- templates/flumotion/default/vorbis-encode.xml | 12 ------ templates/flumotion/default/vp8-encode.xml | 13 ------ templates/flumotion/default/webm-mux.xml | 14 ------- templates/flumotion/default/worker.xml | 20 --------- 27 files changed, 426 deletions(-) delete mode 100644 templates/flumotion/default/aac-encode.xml delete mode 100644 templates/flumotion/default/audio-resample.xml delete mode 100644 templates/flumotion/default/audiotest.xml delete mode 100644 templates/flumotion/default/decklink.xml delete mode 100644 templates/flumotion/default/flv-mux.xml delete mode 100644 templates/flumotion/default/h264-encode.xml delete mode 100644 templates/flumotion/default/http-stream.xml delete mode 100644 templates/flumotion/default/mjpeg-encode.xml delete mode 100644 templates/flumotion/default/mkv-mux.xml delete mode 100644 templates/flumotion/default/mp3-encode.xml delete mode 100644 templates/flumotion/default/mp3-mux.xml delete mode 100644 templates/flumotion/default/mpeg2-encode.xml delete mode 100644 templates/flumotion/default/mpegts-mux.xml delete mode 100644 templates/flumotion/default/ogg-mux.xml delete mode 100644 templates/flumotion/default/opus-encode.xml delete mode 100644 templates/flumotion/default/planet.xml delete mode 100644 templates/flumotion/default/porter.xml delete mode 100644 templates/flumotion/default/raw-encode.xml delete mode 100644 templates/flumotion/default/recorder.xml delete mode 100644 templates/flumotion/default/repeater.xml delete mode 100644 templates/flumotion/default/soundcard.xml delete mode 100644 templates/flumotion/default/video-resize.xml delete mode 100644 templates/flumotion/default/videotest.xml delete mode 100644 templates/flumotion/default/vorbis-encode.xml delete mode 100644 templates/flumotion/default/vp8-encode.xml delete mode 100644 templates/flumotion/default/webm-mux.xml delete mode 100644 templates/flumotion/default/worker.xml (limited to 'templates/flumotion/default') diff --git a/templates/flumotion/default/aac-encode.xml b/templates/flumotion/default/aac-encode.xml deleted file mode 100644 index 950f144..0000000 --- a/templates/flumotion/default/aac-encode.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - audioconvert ! voaacenc bitrate={{ component.properties['bitrate'] * 1000 }} - false - diff --git a/templates/flumotion/default/audio-resample.xml b/templates/flumotion/default/audio-resample.xml deleted file mode 100644 index 7182b01..0000000 --- a/templates/flumotion/default/audio-resample.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - audioresample ! audio/x-raw-int,rate={{ component.properties['samplerate'] }} - false - diff --git a/templates/flumotion/default/audiotest.xml b/templates/flumotion/default/audiotest.xml deleted file mode 100644 index 9e0f208..0000000 --- a/templates/flumotion/default/audiotest.xml +++ /dev/null @@ -1,11 +0,0 @@ - -%% for name, value in component.properties.items() - {{ value }} -%% endfor - {{ component.master }} - diff --git a/templates/flumotion/default/decklink.xml b/templates/flumotion/default/decklink.xml deleted file mode 100644 index cc82727..0000000 --- a/templates/flumotion/default/decklink.xml +++ /dev/null @@ -1,13 +0,0 @@ - -%% for name, value in component.properties.items() -%% if name != 'samplerate' - {{ value }} -%% endif -%% endfor - {{ component.master }} - diff --git a/templates/flumotion/default/flv-mux.xml b/templates/flumotion/default/flv-mux.xml deleted file mode 100644 index be77ddb..0000000 --- a/templates/flumotion/default/flv-mux.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - {{ component.feeder_audio }} -%% if component.feeder_video - {{ component.feeder_video }} -%% endif - - false - diff --git a/templates/flumotion/default/h264-encode.xml b/templates/flumotion/default/h264-encode.xml deleted file mode 100644 index a3c6edc..0000000 --- a/templates/flumotion/default/h264-encode.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - ffmpegcolorspace ! x264enc bitrate={{ component.properties['bitrate'] }} profile=baseline threads=8 key-int-max=50 byte-stream=false - false - diff --git a/templates/flumotion/default/http-stream.xml b/templates/flumotion/default/http-stream.xml deleted file mode 100644 index d0cce33..0000000 --- a/templates/flumotion/default/http-stream.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - {{ component.feeder }} - -%% if component.plugs is defined - -%% for name, value in component.plugs.items() -%% if name == 'rrd' - - {{ value.clients }} - {{ value.bytes }} - -%% endif -%% if name == 'sfive' - -%% for name, value in value.items() -%% if name != 'tags' - {{ value }} -%% else - {{ value|join(', ') }} -%% endif -%% endfor - -%% endif -%% endfor - -%% endif -%% for name, value in component.properties.items() -%% if name != 'samplerate' - {{ value }} -%% endif -%% endfor - false - diff --git a/templates/flumotion/default/mjpeg-encode.xml b/templates/flumotion/default/mjpeg-encode.xml deleted file mode 100644 index da8947e..0000000 --- a/templates/flumotion/default/mjpeg-encode.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - ffmpegcolorspace ! jpegenc quality={{ component.properties['bitrate'] }} idct-method=float - false - diff --git a/templates/flumotion/default/mkv-mux.xml b/templates/flumotion/default/mkv-mux.xml deleted file mode 100644 index 0be8da0..0000000 --- a/templates/flumotion/default/mkv-mux.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - {{ component.feeder_audio }} -%% if component.feeder_video - {{ component.feeder_video }} -%% endif - - false - diff --git a/templates/flumotion/default/mp3-encode.xml b/templates/flumotion/default/mp3-encode.xml deleted file mode 100644 index 10255df..0000000 --- a/templates/flumotion/default/mp3-encode.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - audioconvert ! lame bitrate={{ component.properties['bitrate'] }} - false - diff --git a/templates/flumotion/default/mp3-mux.xml b/templates/flumotion/default/mp3-mux.xml deleted file mode 100644 index f7ac81d..0000000 --- a/templates/flumotion/default/mp3-mux.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder_audio }} - - identity - false - diff --git a/templates/flumotion/default/mpeg2-encode.xml b/templates/flumotion/default/mpeg2-encode.xml deleted file mode 100644 index 05a56c4..0000000 --- a/templates/flumotion/default/mpeg2-encode.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - ffmpegcolorspace ! ffenc_mpeg2video bitrate={{ component.properties['bitrate'] * 1000 }} quantizer=4 gop-size=1 - false - diff --git a/templates/flumotion/default/mpegts-mux.xml b/templates/flumotion/default/mpegts-mux.xml deleted file mode 100644 index 8d8be6a..0000000 --- a/templates/flumotion/default/mpegts-mux.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - {{ component.feeder_audio }} -%% if component.feeder_video - {{ component.feeder_video }} -%% endif - - false - diff --git a/templates/flumotion/default/ogg-mux.xml b/templates/flumotion/default/ogg-mux.xml deleted file mode 100644 index 8827be1..0000000 --- a/templates/flumotion/default/ogg-mux.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - {{ component.feeder_audio }} -%% if component.feeder_video - {{ component.feeder_video }} -%% endif - - false - diff --git a/templates/flumotion/default/opus-encode.xml b/templates/flumotion/default/opus-encode.xml deleted file mode 100644 index 531bd84..0000000 --- a/templates/flumotion/default/opus-encode.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - audioconvert ! opusenc audio=true bitrate={{ component.properties['bitrate'] * 1000 }} - false - diff --git a/templates/flumotion/default/planet.xml b/templates/flumotion/default/planet.xml deleted file mode 100644 index 9c4e31a..0000000 --- a/templates/flumotion/default/planet.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - -%% for name, value in globals.manager.items() -%% if name != 'machine' - <{{ name }}>{{ value }} -%% endif -%% endfor - - /etc/flumotion/{{ globals.name }}.passwd - - - - -{% for name, component in atmosphere.items() %} -{% include '%s.xml' % component.type %} -{% endfor %} - - - - -{% for name, component in flow['inputs'].items() %} -{% include '%s.xml' % component.type %} -{% endfor %} - - - -{% for name, component in flow['encoders-audio'].items() %} -{% include '%s.xml' % component.type %} -{% endfor %} - -{% for name, component in flow['encoders-video'].items() %} -{% include '%s.xml' % component.type %} -{% endfor %} - - -{% for name, component in flow['muxers'].items() %} -{% include '%s.xml' % component.type %} -{% endfor %} - - -{% for name, component in flow['repeaters'].items() %} -{% include '%s.xml' % component.type %} -{% endfor %} - - -{% for name, component in flow['streamers'].items() %} -{% include '%s.xml' % component.type %} -{% endfor %} - - -{% for name, component in flow['recorders'].items() %} -{% include '%s.xml' % component.type %} -{% endfor %} - - - diff --git a/templates/flumotion/default/porter.xml b/templates/flumotion/default/porter.xml deleted file mode 100644 index 86b72b3..0000000 --- a/templates/flumotion/default/porter.xml +++ /dev/null @@ -1,10 +0,0 @@ - -%% for name, value in component.properties.items() - {{ value }} -%% endfor - diff --git a/templates/flumotion/default/raw-encode.xml b/templates/flumotion/default/raw-encode.xml deleted file mode 100644 index c5e1c61..0000000 --- a/templates/flumotion/default/raw-encode.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - identity - false - diff --git a/templates/flumotion/default/recorder.xml b/templates/flumotion/default/recorder.xml deleted file mode 100644 index b2fce9e..0000000 --- a/templates/flumotion/default/recorder.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - {{ component.feeder }} - -%% for name, value in component.properties.items() - {{ value }} -%% endfor - false - diff --git a/templates/flumotion/default/repeater.xml b/templates/flumotion/default/repeater.xml deleted file mode 100644 index aa469ec..0000000 --- a/templates/flumotion/default/repeater.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - {{ component.feeder }} - - false - diff --git a/templates/flumotion/default/soundcard.xml b/templates/flumotion/default/soundcard.xml deleted file mode 100644 index 23df8a4..0000000 --- a/templates/flumotion/default/soundcard.xml +++ /dev/null @@ -1,24 +0,0 @@ - -%% for name, value in component.properties.items() - {{ value }} -%% endfor - {{ component.master }} - - - - - {{ name }}_raw - - audioconvert ! audio/x-raw-int,rate=(int)48000,width=16,depth=16,channels=2 - false - diff --git a/templates/flumotion/default/video-resize.xml b/templates/flumotion/default/video-resize.xml deleted file mode 100644 index 7f858b9..0000000 --- a/templates/flumotion/default/video-resize.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - videoscale method=lanczos ! video/x-raw-yuv,width={{ component.properties['width'] }},height={{ component.properties['height'] }} - false - diff --git a/templates/flumotion/default/videotest.xml b/templates/flumotion/default/videotest.xml deleted file mode 100644 index 342d645..0000000 --- a/templates/flumotion/default/videotest.xml +++ /dev/null @@ -1,11 +0,0 @@ - -%% for name, value in component.properties.items() - {{ value }} -%% endfor - {{ component.master }} - diff --git a/templates/flumotion/default/vorbis-encode.xml b/templates/flumotion/default/vorbis-encode.xml deleted file mode 100644 index 83471fd..0000000 --- a/templates/flumotion/default/vorbis-encode.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - {{ component.feeder }} - - {{ component.properties['bitrate'] * 1000 }} - false - diff --git a/templates/flumotion/default/vp8-encode.xml b/templates/flumotion/default/vp8-encode.xml deleted file mode 100644 index 79dfdc9..0000000 --- a/templates/flumotion/default/vp8-encode.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - {{ component.feeder }} - - ffmpegcolorspace ! vp8enc bitrate={{ component.properties['bitrate'] * 1000 }} threads=8 max-keyframe-distance=50 speed=5 mode=1 - false - diff --git a/templates/flumotion/default/webm-mux.xml b/templates/flumotion/default/webm-mux.xml deleted file mode 100644 index ac58f13..0000000 --- a/templates/flumotion/default/webm-mux.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - {{ component.feeder_audio }} -%% if component.feeder_video - {{ component.feeder_video }} -%% endif - - false - diff --git a/templates/flumotion/default/worker.xml b/templates/flumotion/default/worker.xml deleted file mode 100644 index b6f4667..0000000 --- a/templates/flumotion/default/worker.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - -%% for name, value in globals.manager.items() -%% if name != 'machine' - <{{ name }}>{{ value }} -%% endif -%% endfor - - - - {{ name }} - {{ password }} - - - {{ portrange }} -%% if debug and debug != '' - {{ debug }} -%% endif - -- cgit v1.2.3