#erlStream
erlStream is a system for streaming music from a server to clients.
The server is written in Erlang and the Client in Java.
git clone https://github.com/Vertig0/erlStream.git
cd path/to/erlStream
make
Note: You can compile the server or the client separately with make server
and make client
respectively.
cd path/to/erlStream
make start_server
cd path/to/erlStream
make start_client
When started, enter the server address, the port and press the button.
ssh [email protected]
git clone https://github.com/Vertig0/erlStream.git
cd erlStream
make start_server
cd path/to/erlStream
make start_client
When started, enter the server address, the port and press the button.