| | |
| | | @Value("${video.ys.requestVideoCameraTail4ThemeIdUrl: themeId=}") |
| | | private String requestVideoCameraTail4ThemeIdUrl;// |
| | | |
| | | private static final String DATEPATHPARAM = "&date="; |
| | | |
| | | @Autowired |
| | | private void setSv(VideoSv sv, YsAppSv ysSv){ |
| | | this.sv = sv ; |
| | |
| | | sb.append(requestVideoCameraTail4LiveUrl); |
| | | sb.append("&"); |
| | | sb.append(requestVideoCameraTail4ThemeIdUrl); |
| | | vvo.videoUrl4Simple = sb.toString() + "simple"; |
| | | vvo.videoUrl4Standard = sb.toString() + "standard" ; |
| | | vvo.videoUrl4Security = sb.toString() + "security" ; |
| | | vvo.videoUrl4Simple = sb.toString() + "simple" + DATEPATHPARAM ; |
| | | vvo.videoUrl4Standard = sb.toString() + "standard" + DATEPATHPARAM ; |
| | | vvo.videoUrl4Security = sb.toString() + "security" + DATEPATHPARAM ; |
| | | |
| | | StringBuilder sb1 = new StringBuilder(); |
| | | sb1.append(requestVideoCommonUrl); |
| | |
| | | sb1.append(ysApp.accessToken); |
| | | sb1.append("&"); |
| | | sb1.append(requestVideoCameraTail4ThemeIdUrl); |
| | | vvo.videoUrl4PcLive = sb1.toString() + "pcLive&env=" ; |
| | | vvo.videoUrl4PcLive = sb1.toString() + "pcLive&env=" + DATEPATHPARAM ; |
| | | }else{ |
| | | vvo.videoUrl4Simple = "" ; |
| | | vvo.videoUrl4Standard = "" ; |