Hello,
Customer is developing AI based application which requires Video Stream from milestone VMS Over RTSP .
We have installed and configured Milestone Network Bridge and able to get RTSP Stream using VLC Media player through Network Bridge
But , When we try to establish the streaming connection with XProtect bridge rtsp link in the below python code we are getting an error: 401 Unauthorized access.
FYI, sample code:
video = cv2.VideoCapture(‘rtsp://hiatest[\\xxxx](file://xxxx):xxxxxx@10.200.1.34:554/live/4768E232-2321-4E80-B501-8EDEEB04’, cv2.CAP_FFMPEG)
video.isOpened() // not able to open due to 401 Unauthorized error.
Moreover, Below questions are also raised by customer.
- What would be the path of the video stream when using the suggested method of MIP SDK ?
- Where shall we configure the SDK ?
- Any additional servers required for the SDK configuration?
- Which Milestone component will communicate with the SDK and should we consider any resources ?
- Is there any compute to be considered for management or event servers ?
- Will SDK solution work with MFA or each site requires configuration ?
- Is there any load to be considered for SQL?
- At HIA we using Tiger High Availability (HA) solution to record the cameras at 2 sites/ recording servers simultaneously, please specify how MIP SDK will manage this?
Pls suggest