mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-10 02:25:17 +03:00
737 B
737 B
lonelyradio
TCP radio for singles
Radio that uses unencrypted TCP socket for broadcasting tagged audio data.
Decodes audio streams using symphonia.
Build
cargo build -r
Run
lonelyradio [-a <ADDRESS:PORT>] <MUSIC_FOLDER> [-p] [-w]
All files (recursively) will be shuffled and played back. Public log will be displayed to stdout, private to stderr.
Clients
monoclient is a recommended client for lonelyradio
monoclient <SERVER>:<PORT>
Other clients
SwiftUI client is availible in platform directory.
License
lonelyradio and monoclient are licensed under the terms of the MIT license.