nx_storage_sdk  1.0
Storage SDK
nx_storage_sdk Documentation

Introduction

This is the example project aimed to demonstrate NX Storage plugin API SDK possible implementation.

Some tips

Build how-to

Use provided CMakeLists.txt project file to generate solution for your favorite build tool or IDE. There are no external dependencies used in this example. All you need to build the library is a relatively modern C++ compiler.

Usage

You should have NX Mediaserver installed. Put built plugin library in mediaserver/bin/plugins (linux) or mediaserver/plugins (windows) folder and restart mediaserver. Connect to the server with client. In external storage selection dialog you should be able to see new storage type (FTP). Enter valid ftp url and credentials and press Ok. For example,

Url: ftp://10.2.3.87/path/to/storage
Login: user1
Password: 12345678