0

What is needed to make a software video encoder - ONVIF server compatibel? Which services and methods at least should be implemented in it?

I don't need the descovery services, there is also no PTZ capabilities available. I only want the ONVIF clients to access my encoded video stream per "WS"

Thank you in advance!

Max Walter
  • 11
  • 1

1 Answers1

2

You need to implement the requirements for an NVT. These requirements are mandated by the Profile S specification, because you can claim conformancy to Profiles and not to a particular ONVIF version.

The Profile S mandatory and optional features are defined in the Profile S Specification.

Ottavio Campana
  • 4,088
  • 5
  • 31
  • 58