Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
RNA
Software
Commits
1f621d00
Commit
1f621d00
authored
Sep 27, 2018
by
Marlene Böhmer
Committed by
Andreas Schmidt
Oct 26, 2018
Browse files
GST-PRRT: Adjust states to new file paths.
parent
a1968965
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
salt/video/files/build_app.sh
View file @
1f621d00
#!/bin/bash
gcc /opt/rna/video/gst_plugin/gst_
$1_udp_prrt_mixer_h264
.c
-o
/home/rna/gst-
$1
`
pkg-config
--cflags
--libs
gstreamer-1.0
`
gcc /opt/rna/video/gst_plugin/
apps/
gst_
$1_udp_prrt_mixer_h264
.c
-o
/home/rna/gst-
$1
`
pkg-config
--cflags
--libs
gstreamer-1.0
`
salt/video/init.sls
View file @
1f621d00
...
...
@@ -52,7 +52,7 @@ gst_plugin_build:
gst_plugin_symlink:
file.symlink:
- name: /home/rna/gst/{{version}}/plugins/prrt
- target: /opt/rna/video/gst_plugin/
gst-template/gst-
plugin
- target: /opt/rna/video/gst_plugin/plugin
- user: rna
- makedirs: True
...
...
salt/video/scripts.sls
View file @
1f621d00
{% set role=pillar["video"]["role"] %}
{% set version = salt['pillar.get']('gstreamer:version') %}
video_gst_plugin_scripts:
file.recurse:
- name: /opt/rna/video/gst_plugin/scripts
- source: salt://video/files/gst_plugin/scripts/
- clean: True
- user: rna
- group: rna
- file_mode: keep
video_compare_scripts:
file.symlink:
- name: /home/rna/gst_compare_{{ role }}.sh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment