libstreaming支持的流媒体服务器是wowza,若要rtsp连接至dss ,需要修改rtspclient,具体修改方法如下:
将sendRequestSetup方法修改如下:
/**
* Forges and sends the SETUP request
*/
private void sendRequestSetup() throws IllegalStateException,
SocketException, IOException {
for (int i = 0; i < 2; i++) {