Template talk:Server Side Software Architecture
Server Side Software Architecture
The software has been designed to work on the latest LTS version of Ubuntu Linux (Server Edition). There are 3 main components to the software application:
- Web Server
- Serves the PHP-based application and user interface via Nginx.
- Database
- Stores all unique, customer-specific information.
- Media Server
- Manages communication with cameras and video streams delivered to client PCs, and handles recording and clip creation.
Single Server
From a physical or virtual server perspective the entire server side software stack can be run on a single server.
Multiple Servers
For applications that necessitate the use of over 50 cameras or encompass multiple departments, our software provides the option to distribute its functionality across multiple "Media Servers". These dedicated servers are specifically designed to handle the crucial tasks of processing the video stream component of the VALT application and efficiently storing the associated video files. This multi-server architecture offers exceptional flexibility and scalability, accommodating diverse and expanding needs.