(20-Sep-2022, 11:24 AM)mola Wrote: Not specifically want libVorbis codec. I just want stream to mobile and listen at outside with same playlist
It does not work when remove vorbis. Follwing is the output when change from encoder "vorbis" to encoder ""
Code:
**** MPD (0.23.5)
server_socket: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address already in use
exception: Failed to configure output in line 359; No such encoder:
The result when change encoder "vorbis" to encoder "lame"
Code:
**** MPD (0.23.5)
server_socket: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address already in use
exception: Failed to configure output in line 359; No such encoder: lame
Seems haven't include encoder in MPD 
Yes, they aren't included. Try flac or wave. These are the only two encoders that's enabled.