[1078] 合并主线
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user