ONVIF device server - Evaluating the library
(Redirected from Onvif device server/Getting Started/Evaluating the library)
Make sure you also check ONVIF device server's companion project: Onvif Device Reference Design |
ONVIF device server |
---|
Introduction |
User Guide |
Getting Started |
Examples |
Evaluating |
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