Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Voctomix Config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
Voctomix Config
Commits
10285d31
Unverified
Commit
10285d31
authored
2 months ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Use weston for playout
parent
f2f225dc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configs/weston.ini
+4
-0
4 additions, 0 deletions
configs/weston.ini
install.sh
+3
-0
3 additions, 0 deletions
install.sh
services/voctomix2-voctocore.service
+4
-2
4 additions, 2 deletions
services/voctomix2-voctocore.service
services/weston.service
+21
-0
21 additions, 0 deletions
services/weston.service
with
32 additions
and
2 deletions
configs/weston.ini
+
4
−
0
View file @
10285d31
...
...
@@ -6,6 +6,10 @@ renderer=gl
require-input
=
false
xwayland
=
false
[shell]
background-type
=
scale
background-image
=
/opt/voc/assets/bg1080.png
[output]
name
=
HDMI-A-5
transform
=
normal
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
3
−
0
View file @
10285d31
...
...
@@ -27,12 +27,15 @@ apt install -y \
usermod
-aG
audio voc
usermod
-aG
render voc
usermod
-aG
video voc
usermod
-aG
weston-launch voc
ln
-s
/opt/voc/configs/udev.rules /etc/udev/rules.d/v4l2-voc.rules
ln
-s
/opt/voc/services/voctomix2-recording-sink.service /etc/systemd/system/voctomix2-recording-sink.service
ln
-s
/opt/voc/services/voctomix2-streaming-sink.service /etc/systemd/system/voctomix2-streaming-sink.service
ln
-s
/opt/voc/services/voctomix2-voctocore.service /etc/systemd/system/voctomix2-voctocore.service
ln
-s
/opt/voc/services/weston.service /etc/systemd/system/weston.service
systemctl
enable
voctomix2-recording-sink.service
systemctl
enable
voctomix2-streaming-sink.service
systemctl
enable
voctomix2-voctocore.service
systemctl
enable
weston.service
\ No newline at end of file
This diff is collapsed.
Click to expand it.
services/voctomix2-voctocore.service
+
4
−
2
View file @
10285d31
[Unit]
Description
=
voctomix2 core
After
=
network.target
After
=
weston.service
network.target
[Service]
User
=
voc
Group
=
voc
Type
=
notify
WorkingDirectory
=
/opt/voc/voctomix
ExecStart
=
/opt/voc/voctomix/voctocore/voctocore.py --ini-file /opt/voc/configs/voctocore-cam2.ini -vv
Environment
=
WAYLAND_DISPLAY=/run/user/1000/wayland-1
Environment
=
XDG_RUNTIME_DIR=/run/user/1000
ExecStart
=
/opt/voc/voctomix/voctocore/voctocore.py --ini-file /opt/voc/configs/voctocore-cam2.ini --pipeline -vv
Restart
=
always
RestartSec
=
1s
StartLimitInterval
=
0
...
...
This diff is collapsed.
Click to expand it.
services/weston.service
0 → 100644
+
21
−
0
View file @
10285d31
[Unit]
Description
=
Weston Wayland compositor startup
After
=
systemd-user-sessions.service
[Service]
Type
=
simple
Environment
=
XDG_SESSION_TYPE=wayland
User
=
voc
PAMName
=
login
TTYPath
=
/dev/tty7
TTYReset
=
yes
TTYVHangup
=
yes
TTYVTDisallocate
=
yes
StandardInput
=
tty-fail
StandardError
=
journal
UtmpIdentifier
=
tty7
UtmpMode
=
user
ExecStart
=
/usr/bin/weston --config /opt/voc/configs/weston.ini
[Install]
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment