Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VBAN main process exited. #69

Open
Serbernus opened this issue Feb 10, 2021 · 1 comment
Open

VBAN main process exited. #69

Serbernus opened this issue Feb 10, 2021 · 1 comment
Assignees

Comments

@Serbernus
Copy link

I getting error message when I try run VBAN as background Service.

Feb 10 16:52:27 Serber-KU vban.sh[2204]: Error: audio_set_stream_config: could not open backend with new config
Feb 10 16:52:27 Serber-KU vban.sh[2204]: vban_emitter version 2.1.0
Feb 10 16:52:27 Serber-KU vban.sh[2204]: Info: socket_open: opening socket with port 6980
Feb 10 16:52:27 Serber-KU vban.sh[2204]: Info: socket_open with port: 6980
Feb 10 16:52:27 Serber-KU vban.sh[2204]: Info: audio_init: config is direction in, backend , device , buffer size 1024
Feb 10 16:52:27 Serber-KU vban.sh[2204]: Info: audio_backend_get_by_name: taking default backend alsa
Feb 10 16:52:27 Serber-KU vban.sh[2204]: Info: audio_set_map_config: new map config is nb channels 2
Feb 10 16:52:27 Serber-KU vban.sh[2204]: Info: audio_set_stream_config: new stream config is nb channels 2, sample rate 192000, bit_fmt 16I
Feb 10 16:52:27 Serber-KU systemd[1]: vban.service: Main process exited, code=exited, status=234/n/a
Feb 10 16:52:27 Serber-KU systemd[1]: vban.service: Failed with result 'exit-code'.

This is how my vban.service look :

[Unit]
Description=Local Network Audio Share

[Service]
Type=simple
ExecStart=/etc/systemd/system/vban.sh

[Install]
WantedBy=multi-user.target

vban.sh is just simple executable :

#!/bin/bash
vban_emitter -i 192.168.0.56 -p 6980 -s Serber-KU -c 1,2 -r 192000 -l 3
@quiniouben quiniouben self-assigned this Apr 1, 2021
@quiniouben
Copy link
Owner

Hi, sorry for being so long to answer. Does the vban.sh script works when launched manually in a shell ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants