blob: eb19eb76cd43004b3a0d9d364b243470c54c57ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Package: meshbay-node
Version: __VERSION__
Section: net
Priority: optional
Architecture: all
Maintainer: MeshBay Team <devel@meshbay.org>
Homepage: https://meshbay.org
Depends: meshbay-common (= __VERSION__)
Recommends: ffmpeg, va-driver-all
Description: MeshBay Node — local file host, streaming server, and group daemon
MeshBay Node indexes local directories and serves encrypted files to
authenticated group members over WebRTC. Includes video streaming (fMP4
remux via ffmpeg), group chat, and a token-gated loopback control API
on 127.0.0.1:18000 for the CLI and the desktop client.
.
Installs node code into the shared venv at /opt/meshbay-common/venv/.
Ships a default TMDB API token for the Videos app.
Runs as a systemd user service. Re-encodes video on the GPU where one
works (VA-API), which is what makes streaming an HEVC film from a
low-power machine possible at all.
|