mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 06:27:50 +08:00
[1078] 合并主线
This commit is contained in:
parent
0329c8f5d1
commit
242062bda3
@ -112,7 +112,7 @@ public class JT1078Controller {
|
|||||||
} catch (MalformedURLException e) {
|
} catch (MalformedURLException e) {
|
||||||
host=request.getLocalAddr();
|
host=request.getLocalAddr();
|
||||||
}
|
}
|
||||||
streamInfo.channgeStreamIp(host);
|
streamInfo.changeStreamIp(host);
|
||||||
}
|
}
|
||||||
wvpResult.setData(new StreamContent(streamInfo));
|
wvpResult.setData(new StreamContent(streamInfo));
|
||||||
}else {
|
}else {
|
||||||
@ -181,7 +181,7 @@ public class JT1078Controller {
|
|||||||
} catch (MalformedURLException e) {
|
} catch (MalformedURLException e) {
|
||||||
host=request.getLocalAddr();
|
host=request.getLocalAddr();
|
||||||
}
|
}
|
||||||
streamInfo.channgeStreamIp(host);
|
streamInfo.changeStreamIp(host);
|
||||||
}
|
}
|
||||||
wvpResult.setData(new StreamContent(streamInfo));
|
wvpResult.setData(new StreamContent(streamInfo));
|
||||||
}else {
|
}else {
|
||||||
@ -309,7 +309,7 @@ public class JT1078Controller {
|
|||||||
} catch (MalformedURLException e) {
|
} catch (MalformedURLException e) {
|
||||||
host=request.getLocalAddr();
|
host=request.getLocalAddr();
|
||||||
}
|
}
|
||||||
streamInfo.channgeStreamIp(host);
|
streamInfo.changeStreamIp(host);
|
||||||
}
|
}
|
||||||
wvpResult.setData(new StreamContent(streamInfo));
|
wvpResult.setData(new StreamContent(streamInfo));
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user