|
|
|
@ -58,7 +58,7 @@ public class IvsStreamController { |
|
|
|
// .rtspURL("rtsp://admin:wd19216811@192.168.1.249:554/h264/ch39/main/av_stream") |
|
|
|
// .build(); |
|
|
|
ivsVideoRtspView = new IvsVideoRtspView(); |
|
|
|
ivsVideoRtspView.setRtspURL("rtsp://admin:wd19216811@192.168.1.249:554/h264/ch39/main/av_stream"); |
|
|
|
ivsVideoRtspView.setRtspURL("rtsp://admin:htjc2018@192.168.1.134:554/cam/realmonitor?channel=3&subtype=0"); |
|
|
|
} else { |
|
|
|
String label = java.util.UUID.randomUUID().toString().trim().replaceAll(StringUtils.DASH, StringUtils.EMPTY); |
|
|
|
ivsVideoRtspView = ivsCommonService.postJson( |
|
|
|
|