node-red-contrib-hik-media-buffer 1.1.131 → 1.1.133

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.
@@ -251,8 +251,8 @@ module.exports = function(RED) {
251
251
 
252
252
  const resDownVideo = await nvrAuth.request({
253
253
  method: 'GET',
254
- url: `${node.protocol}://${node.host}:${node.port}/ISAPI/ContentMgmt/download`,
255
- data: payloadDownload,
254
+ url: `rtsp://192.168.62.131/Streaming/tracks/201/?starttime=2026-06-29T13:40:06Z;endTime=2026-06-29T13:40:16Z`,
255
+ //data: payloadDownload,
256
256
  headers: { "Content-Type": "application/xml" },
257
257
  responseType: 'arraybuffer',
258
258
  httpsAgent: node.protocol === "https" ? httpsAgent : undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-hik-media-buffer",
3
- "version": "1.1.131",
3
+ "version": "1.1.133",
4
4
  "description": "Ottiene buffer video e immagine da camere Hikvision via ISAPI",
5
5
  "keywords": [
6
6
  "node-red",