streaming-protocol
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Streaming audio protocol developed for a class project
#Instructions:

##Server:
To start the server use:
 
$java -jar server.jar path-to-audio-file 

where path-to-audio-file is the absolute path to the audio file to stream.

##Client:
To start the client use: 
$java -jar client.jar 
this will start the client in auto discovery mode. 
If the server is on a remote server use:

$java -jar client.jar ip

where ip is either the hostname or physical ip (e.g 192.168.0.1) of the remote server.

Client Controls:
p will pause/unpause the stream
+ will increase the stream rate
- will decrease the stream rate
d will disconnect the client


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。