I have 49 gb of music and at the moment i just sync it between my devices with syncthing. But i think it will be better if i stream it, as the storage on my phone is limited.

Which streaming server do you recommend?

I saw nextcloud music, but i have the feeling it’s half backed and it will just clog my nextcloud install. Or supysonic? Ampache?

  • chkno
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    MPD. So simple. Just works. Docs: MPD, Arch wiki. Example config:

    audio_output {
    	type		"httpd"
    	port		"8000"
    	...
    }