slackbuilds/audio/musikcube
Samuel Young e87da906dc
audio/musikcube: Updated for version 3.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-07-17 22:38:45 +07:00
..
README audio/musikcube: Updated for version 0.99.8. 2023-04-15 07:15:29 +07:00
doinst.sh audio/musikcube: Added (Terminal-based music player) 2023-03-18 09:50:23 +07:00
fix-install-locations.patch audio/musikcube: Use asio as submodule. 2024-02-13 10:13:39 +07:00
musikcube.SlackBuild audio/musikcube: Updated for version 3.0.4. 2024-07-17 22:38:45 +07:00
musikcube.info audio/musikcube: Updated for version 3.0.4. 2024-07-17 22:38:45 +07:00
slack-desc audio/musikcube: Updated for version 0.99.8. 2023-04-15 07:15:29 +07:00

README

musikcube (Terminal-based audio engine, library, player, and server)
 
A cross-platform, terminal-based audio engine, library, player and
server written in C++.

Musikcube ships with a streaming audio server enabled by default. 
It runs a websocket server on port 7905, used for metadata retrieval.
An http server runs on port 7906, and is used to serve (optionally
transcoded) audio data to clients. It's important to understand that, 
out of the box, the server (and remote api) should NOT be considered 
safe for use outside of a local network. The websockets service only 
supports a simple password challenge, and the audio http server just
handles Basic authorization. It does not provide ssl or tls. The 
server also stores the password in plain text in a settings file on 
the local machine.

If you wish to fix this, follow this guide:
https://github.com/clangen/musikcube/wiki/ssl-server-setup

Optional dependencies include letsencrypt and nginx which are needed 
if you wish to set up an ssl-server.