[ipcamera] Fix null URL channels and fix multiple cameras use the same ffmpeg output folder. (#10846)
* Fix urls are null until binding restarts. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Change to using port config. Signed-off-by: Matthew Skinner <matt@pcmus.com> * automate the ffmpeg output folder to follow the UID. Signed-off-by: Matthew Skinner <matt@pcmus.com> * spotless fixes. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Update readme. Signed-off-by: Matthew Skinner <matt@pcmus.com> * change to using the userdata folder. Signed-off-by: Matthew Skinner <matt@pcmus.com> * change to better field description. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Add advanced. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Add link to docs. Signed-off-by: Matthew Skinner <matt@pcmus.com> * improve readme. Signed-off-by: Matthew Skinner <matt@pcmus.com> * improve example path in readme. Signed-off-by: Matthew Skinner <matt@pcmus.com> * Update bundles/org.openhab.binding.ipcamera/README.md Cut and paste bandit strikes again. thanks. Signed-off-by: Matthew Skinner <matt@pcmus.com> Co-authored-by: Fabian Wolter <github@fabian-wolter.de> * Change to using ipcamera as folder loc. Signed-off-by: Matthew Skinner <matt@pcmus.com> Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
This commit is contained in:
@@ -76,10 +76,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="serverPort" type="integer" required="true" min="-1" max="65535" groupName="Settings">
|
||||
@@ -218,10 +218,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="hlsOutOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
@@ -447,10 +447,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="hlsOutOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
@@ -699,10 +699,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="hlsOutOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
@@ -997,10 +997,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="hlsOutOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
@@ -1271,10 +1271,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="hlsOutOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
@@ -1542,10 +1542,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="hlsOutOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
@@ -1838,10 +1838,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="hlsOutOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
@@ -2121,10 +2121,10 @@
|
||||
|
||||
<parameter name="ffmpegOutput" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>FFmpeg Output Folder</label>
|
||||
<description>The full path where FFmpeg has the ability to write files to ending with a slash. For windows use this
|
||||
format, c:\openhabconf\html\ipcamera\
|
||||
<description>Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for
|
||||
each camera that ends with a slash and has write permissions can be entered.
|
||||
</description>
|
||||
<default>/etc/openhab/html/camera1/</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="hlsOutOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
|
||||
Reference in New Issue
Block a user