| | |
| | | |
| | | <dependencies> |
| | | |
| | | <!-- 阿里JSON解析器 --> |
| | | <dependency> |
| | | <groupId>com.alibaba.fastjson2</groupId> |
| | | <artifactId>fastjson2</artifactId> |
| | | <version>2.0.43</version> |
| | | </dependency> |
| | | |
| | | <!--视频处理--> |
| | | <dependency> |
| | | <groupId>org.bytedeco</groupId> |
| | |
| | | |
| | | DeferredResult<WVPResult<StreamContent>> play = this.play(request, deviceId, channelId); |
| | | Object resultStr = play.getResult(); |
| | | System.out.println("获取结果:" + play); |
| | | System.out.println("获取结果:" + resultStr); |
| | | WVPResult wvpResult = (WVPResult) resultStr; |
| | | WVPResult<String> result = new WVPResult<>(); |