Onvif device server/Getting Started/Server Example: Difference between revisions

From RidgeRun Developer Wiki
Tag: New redirect
 
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[ONVIF device server/Getting Started/Server Example]]
<noinclude>
{{Onvif device server/Head|previous=Examples|next=Getting Started/Reference Design|keywords=}}
</noinclude>
 
<!-- If you want a custom title for the page, un-comment and edit this line:
{{DISPLAYTITLE:Onvif device server - <descriptive page name>|noerror}}
-->
== Example server implementation ==
 
With the Library you will get a [[Onvif_device_server/User_Guide/Basic_Onvif_server_implementation|Basic Server Implementation]].
 
In order to test the application follow the next steps:
 
#[[Onvif_device_server/Getting_Started/How_to_compile|Build]] and install the library.
#Make sure [[GStreamer_Daemon | GStreamer Daemon]] is installed and running.
#Run ONVIF server with the following command:
 
<pre>
onvif-server <net_interface>
</pre>
 
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.
 
<noinclude>
{{Onvif device server/Foot|Examples|Getting Started/Reference Design}}
</noinclude>

Revision as of 20:42, 24 August 2022





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