Onvif device server - Getting Started - Server Example

From RidgeRun Developer Wiki





Previous: {{{hnamep}}} Index Next: {{{hnamen}}}





Example server implementation

With the Library you will get a Basic Server Implementation.

In order to test the application follow the next steps:

  1. Build and install the library.
  2. Make sure GStreamer Daemon is installed and running.
  3. Run ONVIF server with the following command:
onvif-server <net_interface>

where net_interface is the name of the network interface you will be using (e.g eth0).

After this, the server should be discoverable for ONVIF clients.


  Index