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.
@@ -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}t${hours}${minutes}${seconds}z`;
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-hik-media-buffer",
3
- "version": "1.1.103",
3
+ "version": "1.1.104",
4
4
  "description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
5
5
  "keywords": [
6
6
  "node-red",