[ipcamera] Move to using port 8080 servlet not Netty. (#11160)
* Move to using 8080 servlet not Netty. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Add some mjpeg features to servlet. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Fix autofps bug Signed-off-by: Matthew Skinner <matt@pcmus.com> * Reached feature parity. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Cleanup serverPort from cameras. Signed-off-by: Matthew Skinner <matt@pcmus.com> * bug fixes. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Refactor groups. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Bug fixes to groups Signed-off-by: Matthew Skinner <matt@pcmus.com> * Update readme Signed-off-by: Matthew Skinner <matt@pcmus.com> * Cleanup Signed-off-by: Matthew Skinner <matt@pcmus.com> * clean up 2. Signed-off-by: Matthew Skinner <matt@pcmus.com> * bug fixes. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Improve snapshot fetching for autofps. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Make functions synchronized. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Fixes. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Abstract servlets Signed-off-by: Matthew Skinner <matt@pcmus.com> * Fix NPE warnings Signed-off-by: Matthew Skinner <matt@pcmus.com> * Remove ability to go child or parent folders. Signed-off-by: Matthew Skinner <matt@pcmus.com> * autofps improvement Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
@@ -82,13 +82,6 @@
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique and unused
|
||||
for each camera. Setting the port to -1 will turn the feature off.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
@@ -291,13 +284,6 @@
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique for each
|
||||
camera.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
@@ -558,13 +544,6 @@
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique and unused
|
||||
for each camera. Setting the port to -1 will turn the feature off.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
@@ -772,13 +751,6 @@
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique and unused
|
||||
for each camera. Setting the port to -1 will turn the feature off.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
@@ -1145,13 +1117,6 @@
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique and unused
|
||||
for each camera. Setting the port to -1 will turn the feature off.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
@@ -1344,13 +1309,6 @@
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique and unused
|
||||
for each camera. Setting the port to -1 will turn the feature off.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
@@ -1615,13 +1573,6 @@
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique and unused
|
||||
for each camera. Setting the port to -1 will turn the feature off.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
@@ -1911,13 +1862,6 @@
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique and unused
|
||||
for each camera. Setting the port to -1 will turn the feature off.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
@@ -2194,13 +2138,6 @@
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
<label>Server Port</label>
|
||||
<description>The port that will serve any files back to openHAB without authentication. It must be unique and unused
|
||||
for each camera. Setting the port to -1 will turn the feature off.
|
||||
</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="ipWhitelist" type="text" required="false" groupName="Settings">
|
||||
<label>IP Whitelist</label>
|
||||
<description>Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will
|
||||
|
||||
Reference in New Issue
Block a user