|
|
@@ -389,7 +389,7 @@ public class VideoController {
|
|
|
String url = baseUrl + "/stream/addStreamSource";
|
|
|
// 调用方法
|
|
|
try {
|
|
|
- JSONObject openAddress = null;
|
|
|
+ JSONObject openAddress;
|
|
|
openAddress = videoService.openStreaming(url, jsonObject.toString(), headers);
|
|
|
if (openAddress.isEmpty()) {
|
|
|
return ResponseResult.failed("获取视频流地址失败!");
|