|
@@ -108,6 +108,9 @@ public class SisStreamProxyServiceImpl implements ISisStreamProxyService {
|
|
|
);
|
|
);
|
|
|
//url = "rtsp://127.0.0.1:8553/live/stream1";
|
|
//url = "rtsp://127.0.0.1:8553/live/stream1";
|
|
|
sisStreamProxy.setUrl(url);
|
|
sisStreamProxy.setUrl(url);
|
|
|
|
|
+ sisStreamProxy.setMediaProt(sisCamera.getPort());
|
|
|
|
|
+ params.put("username", sisCamera.getUsername());
|
|
|
|
|
+ params.put("password", sisCamera.getPassword());
|
|
|
params.put("url", url);
|
|
params.put("url", url);
|
|
|
} else {
|
|
} else {
|
|
|
params.put("url", sisStreamProxy.getUrl());
|
|
params.put("url", sisStreamProxy.getUrl());
|