I can't believe it's been a month already! Just wanted to post a couple of (positive) updates.
I reached out to Ken and he added a couple of updates to
Blue Iris (beta builds currently):
API:
/admin?camera=cam1&ippath=/whatever
You can use the API and update the video path via ippath.
JSON:
"cmd":"camconfig"
"ippath":"whatever"
I ended up using the JSON route as I integrated it along with the following script:
Python code to trigger BI camera
That script allows you to not have to screw around with the web UI login.
---
I also made a request (
Add support ONVIF source · Issue #380 · AlexxIT/go2rtc) for ONVIF functionality to be added to go2rtc --
GitHub - AlexxIT/go2rtc: Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc. -- and it has been added in the master release as of now.
I have some cameras using the JSON update. The python script gets triggered when the camera goes offline for 10 seconds. It then updates to ippath. I have a couple of cameras using go2rtc now. go2rtc is a cleaner setup for now. Testing both methods to see which works best.
I hope this helps other people out with this same issue.