VedantParanjape / audio-streamer

a sync audio player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a sync audio player

License:GNU General Public License v3.0


Languages

Language:C++ 94.0%Language:CMake 5.3%Language:Python 0.7%