An open API service indexing awesome lists of open source software.

https://github.com/vedantparanjape/audio-streamer

a sync audio player
https://github.com/vedantparanjape/audio-streamer

audio-streaming boost-asio boost-libraries cpp networking

Last synced: 6 months ago
JSON representation

a sync audio player

Awesome Lists containing this project

README

          

# 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