This repository is not active
parthsbansal/music_streaming
This project implements a server and client that communicate with one another through a custom protocol to stream mp3 data over a public internet connection. The server is written in C++ utilizing POSIX thread library to stream bytes to a client. The client is written in java using Maven utilizing the protocol and AudioPlayer class.
C++