You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The exported image gets the name of the ip-address of the camera (ex: 192_168_0_253.jpg)
This is usually not a problem but iam using 2nd old router as gateway to block any other traffic of multiple ipcams.
To still get access to the RTSP streams, im exposing the 554 tcp port of every camera on my camera-router on different ports (ex: Cam1 = 192.168.0.253:551, Cam2 = 192.168.0.253:552, Cam3 = 192.168.0.253:553, etc.).
So just 1 image file is created, which is overwritten by every camera.
Solution:
Make the exported file the same name as the camera-object in ioBroker, like it is found in \ioBroker\iobroker-data\files\cameras.0\cam1.jpg to avoid name collision with different streams from the same ip-address.
Workaround:
Configure each camera -> enable expert settings -> add a static path as command suffix (both files will be created by ffmpeg.exe but your custom path will not be overwritten)
The text was updated successfully, but these errors were encountered:
Problem:
The exported image gets the name of the ip-address of the camera (ex: 192_168_0_253.jpg)
This is usually not a problem but iam using 2nd old router as gateway to block any other traffic of multiple ipcams.
To still get access to the RTSP streams, im exposing the 554 tcp port of every camera on my camera-router on different ports (ex: Cam1 = 192.168.0.253:551, Cam2 = 192.168.0.253:552, Cam3 = 192.168.0.253:553, etc.).
So just 1 image file is created, which is overwritten by every camera.
Solution:
Make the exported file the same name as the camera-object in ioBroker, like it is found in \ioBroker\iobroker-data\files\cameras.0\cam1.jpg to avoid name collision with different streams from the same ip-address.
Workaround:
Configure each camera -> enable expert settings -> add a static path as command suffix (both files will be created by ffmpeg.exe but your custom path will not be overwritten)
The text was updated successfully, but these errors were encountered: