Try to use a command like this: ./vlc -vvv --color /path/to/file.ogg --sout '#transcore{ab=24,samplerate=11025}:standard{access=shout{mp3},mux=raw,dst=source:pass@your.server.com:8000/mountpoint}' --loop The --loop part is optional. It will keep repeating the file. This command worked for me. You m...