This project (based off the client SDK example) builds a command line tool that connects to a TeamSpeak 3 SDK server, changes into a specified channel, and begins streaming the audio to STDOUT (default) or an mp3 file.
./ts-streamer <server> <channel ID>
./ts-streamer localhost 2
- TeamSpeak 3 SDK version 3.0.3.2
- Lame SDK 3.99.5
- Clone the repo and open the workspace file
- Download and unpack the TS SDK
- Find the platform specific library for your machine in the
<teamspeaksdk>/bindirectory and copy it to a library search path such as /usr/local/lib
- Download lame
- Run
./configurein the client SDK directory - Run
make - Run
make install
- Write makefile instead of relying on XCode build