ONVIF device server - Evaluating the library

From RidgeRun Developer Connection
Jump to: navigation, search




Previous: Evaluating Index Next: Contact Us






Evaluating the library

1. Install GStreamer Daemon:
Instructions to install the GStreamer Daemon.

2. Install the dependencies.

sudo apt install -y libssl-dev libjansson-dev libgstrtspserver-1.0-dev

3. Extract the files contained in the evaluation tarball.

tar -xf onvif-device-server-VERSION-HOST-eval.tar

4. Enter the extracted directory.

cd onvif-device-server-VERSION-HOST-eval

5. Copy the configuration files to /usr/share.

sudo cp -r usr/share/* /usr/share/
sudo chown -R $USER:$USER /usr/share/onvif_settings/

6. You can now run the configuration script and test the system from the environment it creates:

./configuration.sh
gstd -e
cd tests/
./onvif-server <Network Interface> #The network interface defaults to eth0

7. For request authentication use the following default credentials:

Username: Admin

Password: Adminadmin1


Previous: Evaluating Index Next: Contact Us