Milestone VMS will only connect to one stream of an ONVIF device with multiple streams.

We are developing an ONVIF restreaming device which has multiple video streams to be recorded on a Milestone VMS.

We have implemented an ONVIF Profile-S NVT with multiple ONVIF profiles, each profile containing one video stream.

However, we can only connect our device once to a Milestone and set the profile required.

How can we configure Milestone to connect multiple times so that we can record each profile and stream?

Alternatively, how can we modify our ONVIF implementation to allow Milestone to connect to each stream?

Many thanks - DaveM

Hi @David Myers

Our ONVIF driver uses profiles as streams, not as channels, and records only the stream that is specified in the Management application. If you want to have more profiles recorded you could use the ONVIF16 driver and represent each profile as different channel by assigning different Video Sources. Don’t forget to adjust the GetVideoSources response to return the corresponding set of configurations.

Hope this helps.