node-red-contrib-hik-media-buffer 1.1.103 → 1.1.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hik-media-buffer.js +1 -1
- package/package.json +1 -1
package/hik-media-buffer.js
CHANGED
|
@@ -110,7 +110,7 @@ module.exports = function(RED) {
|
|
|
110
110
|
const minutes = pad(timeGoBack.getUTCMinutes());
|
|
111
111
|
const seconds = pad(timeGoBack.getUTCSeconds());
|
|
112
112
|
|
|
113
|
-
const rtspTimestamp = `${year}${month}${day}
|
|
113
|
+
const rtspTimestamp = `${year}${month}${day}T${hours}${minutes}${seconds}Z`;
|
|
114
114
|
|
|
115
115
|
node.status({fill:"yellow", shape:"dot", text:`Estrazione media Cam ${channelID}...`});
|
|
116
116
|
|