Loklang is a local audio streaming service that can be used to access audio files on the host from any device on the network.
Create a file named config.ini in the same directory as the loklang.exe file and add any supported config options to that file.
[config]
rootdir = "path/to/music"rootdir: Root directory for the music files
- Clone this repo
git clone git@github.com:Nemesis-AS/loklang-rs.git- Make any changes you wish
cargo run- Clone this repo
git clone git@github.com:Nemesis-AS/loklang-rs.git- Run cargo build
cargo build --release