docs:svx
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docs:svx [2022/11/25 17:07] – [SVXLink (listener)] root | docs:svx [2022/11/26 04:08] (current) – [Sample config] root | ||
|---|---|---|---|
| Line 138: | Line 138: | ||
| quilt push -a | quilt push -a | ||
| dpkg-buildpackage -us -uc | dpkg-buildpackage -us -uc | ||
| - | dpkg -i ../svxreflector_*.deb | + | cd .. |
| + | dpkg -i svxreflector_*.deb | ||
| apt-mark hold svxreflector | apt-mark hold svxreflector | ||
| </ | </ | ||
| Line 191: | Line 192: | ||
| ===== SVXLink (listener) ===== | ===== SVXLink (listener) ===== | ||
| + | |||
| + | ==== Installing ==== | ||
| + | |||
| + | We'll use the other packages generated in the section above. Go back in ''/ | ||
| + | |||
| + | <code bash> | ||
| + | dpkg -i svxlink-server_*.deb svxlink-gpio_*.deb libecholib1.3_*.deb | ||
| + | apt-mark hold svxlink-server svxlink-gpio libecholib1.3 | ||
| + | </ | ||
| + | |||
| + | Alternatively, | ||
| + | |||
| + | <code bash> | ||
| + | apt install -y svxlink-server | ||
| + | </ | ||
| ==== Sample config ==== | ==== Sample config ==== | ||
| Line 218: | Line 234: | ||
| TYPE=Reflector | TYPE=Reflector | ||
| HOST=127.0.0.1 | HOST=127.0.0.1 | ||
| - | PORT=5310 | + | PORT=5300 |
| CALLSIGN=" | CALLSIGN=" | ||
| - | AUTH_KEY=" | + | AUTH_KEY=" |
| AUDIO_CODEC=OPUS | AUDIO_CODEC=OPUS | ||
| # | # | ||
| Line 271: | Line 287: | ||
| ===== DarkIce ===== | ===== DarkIce ===== | ||
| + | |||
| + | ==== Sample config ==== | ||
| + | |||
| <code ini darkice.conf> | <code ini darkice.conf> | ||
| Line 313: | Line 332: | ||
| public | public | ||
| </ | </ | ||
| + | |||
| + | ==== Systemd unit file ==== | ||
| + | |||
| + | <file ini darkice@.service> | ||
| + | [Unit] | ||
| + | Description=Darkice server for room %I | ||
| + | Documentation=man: | ||
| + | After=network.target time.target sound.target icecast2.service | ||
| + | |||
| + | [Service] | ||
| + | Type=simple | ||
| + | User=svxlink | ||
| + | Group=svxlink | ||
| + | EnvironmentFile=-/ | ||
| + | Environment=CFGFILE=/ | ||
| + | # | ||
| + | ExecStart=/ | ||
| + | ExecStop=/ | ||
| + | Restart=on-failure | ||
| + | TimeoutStartSec=60 | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||
| ===== MQTT ===== | ===== MQTT ===== | ||
docs/svx.1669392430.txt.gz · Last modified: 2022/11/25 17:07 by root