Is the list of URLs posted near the beginning of this thread still correct for BI5?
What I would like to do is offer up a direct URL to the clip during an alert. i.e. when motion is triggered, an alert is sent out (I will be sending to Slack) and I would like to be able to send not only the alert image, but also a URL directly back to my BI5 web server so that if I am interested in the specifc clip, I can just click on the URL and watch the video.
I see that when I use the webserver and go to /cliplist.htm I get a webpage of various clips. Clicking on one of the clips starts video in a popup window with a URL like:
http://<ip_addr>:81/clips/@313563 however, that isn't a filename, my guess is that it's just an identifier used in the database that maps to a specifc file on disk.
I guess I need to know two things: 1. during an alert, can I get the URL to access the video directly, and 2. can we access files directly? I did see mention of a http://<ip_addr>/clips/ URL to be able to access the clips, but that URL just spins for me. I should mention that I do have "allow directory listing" enabled.
UPDATE: I see that via MACROS I can obtain the name of the alert snapshot and the video clip file. From there I could put together a URL. However, I would need for the BI web server to be able to serve up files from the C:\
Blue Iris\New folder IN ADDITION TO the UI3 web files location....anyone know if this is possible?