Onvif device server - Getting Started - Evaluating the library

From RidgeRun Developer Wiki
Revision as of 22:49, 16 February 2022 by Efernandez (talk | contribs) (Created page with "<noinclude> {{Onvif device server/Head|previous=Examples|next=Contact_Us|keywords=}} </noinclude> <!-- If you want a custom title for the page, un-comment and edit this line:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)





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