/audio-streamer

a sync audio player

Primary LanguageC++GNU General Public License v3.0GPL-3.0

audio-streamer

a sync audio player

dependencies

boost-1.65(tested only on version 1.65)
pyglet
libavbin
picoSHA2

compile instructions

cd build
cmake ..
make

the program binaries are generated in /build

usage

./server [filename]

enter a mp3 file to be played

./client [server IP] [server PORT]

for local configuration IP: 127.0.0.1 PORT: 9292 type "play" and press enter twice in the server console to start playing audio on all clients once all of them are connected and file is transferred