临时提交
parent
3140672e63
commit
1b34787d3a
|
@ -136,10 +136,7 @@ public class ZLMMediaNodeServerService implements IMediaNodeServerService {
|
|||
param.put("ssrc", ssrc);
|
||||
}
|
||||
JSONObject jsonObject = zlmresTfulUtils.stopSendRtp(mediaInfo, param);
|
||||
if (jsonObject == null || jsonObject.getInteger("code") != 0 ) {
|
||||
log.error("停止发流失败: {}, 参数:{}", jsonObject.getString("msg"), JSON.toJSONString(param));
|
||||
throw new ControllerException(jsonObject.getInteger("code"), jsonObject.getString("msg"));
|
||||
}
|
||||
log.info("停止发流结果: {}, 参数:{}", jsonObject.getString("msg"), JSON.toJSONString(param));
|
||||
return true;
|
||||
|
||||
}
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
<el-select size="mini" style="margin-right: 1rem;" @change="getPushList" v-model="pushing" placeholder="请选择"
|
||||
default-first-option>
|
||||
<el-option label="全部" value=""></el-option>
|
||||
<el-option label="推流进行中" value="true"></el-option>
|
||||
<el-option label="推流未进行" value="false"></el-option>
|
||||
<el-option label="推流中" value="true"></el-option>
|
||||
<el-option label="已停止" value="false"></el-option>
|
||||
</el-select>
|
||||
<el-button icon="el-icon-upload2" size="mini" style="margin-right: 1rem;" type="primary" @click="importChannel">
|
||||
通道导入
|
||||
|
|
Loading…
Reference in New Issue