Difference between revisions of "IVS Wiki:VALT Technical Specifications"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
<dl> | <dl> | ||
<dt>VALT</dt> | <dt>VALT</dt> | ||
| − | <dd>This software is designed to enable users to easily record, review, and manage Audio | + | <dd>This software is designed to enable users to easily <b>record</b>, <b>review</b>, and <b>manage</b> Video and Audio events in a secure and organized fashion. The software allows users to tag recordings with searchable information, as well as mark specific points within the video files, and tag those markers with searchable information. It has been designed to work with the latest IP camera technology.</dd> |
{{hr - 2}} | {{hr - 2}} | ||
<dt>BEAM</dt> | <dt>BEAM</dt> | ||
<dd>This is an iOS application designed to work in conjunction with our VALT software, and is intended to provide a mobile capture and streaming component to our core VALT software. This software enables users to capture Audio and Video events using any iOS device. It allows these events to be streamed live to the VALT software platform, so users can view and initiate events from the iOS device onto the VALT software itself. BEAM also allows users to capture content offsite, tag it with information, and automatically have that video upload to the VALT Server when network connectivity to the server is restored.</dd> | <dd>This is an iOS application designed to work in conjunction with our VALT software, and is intended to provide a mobile capture and streaming component to our core VALT software. This software enables users to capture Audio and Video events using any iOS device. It allows these events to be streamed live to the VALT software platform, so users can view and initiate events from the iOS device onto the VALT software itself. BEAM also allows users to capture content offsite, tag it with information, and automatically have that video upload to the VALT Server when network connectivity to the server is restored.</dd> | ||
</dl> | </dl> | ||
| − | |||
| − | |||
| − | |||
| − | |||
{{Top of Page}} | {{Top of Page}} | ||
| − | + | {{hr}} | |
| − | {{Client Side Software Architecture}} | + | {{IVS Wiki:Server Side Software Architecture}} |
| − | + | {{hr}} | |
| − | {{ | + | {{IVS Wiki:Client Side Software Architecture}} |
| − | + | {{hr}} | |
| − | {{Hardware Requirements | + | {{IVS Wiki:Supported Browsers}} |
| − | + | {{hr}} | |
| + | {{IVS Wiki:Hardware Requirements}} | ||
| + | }} | ||
{{Top of Page}} | {{Top of Page}} | ||
| Line 40: | Line 38: | ||
{{Top of Page}} | {{Top of Page}} | ||
| − | {{VALT | + | {{Article - Manual | content = {{IVS Wiki:VALT Permissions - Specifiactions}} }} |
| − | |||
| − | |||
| − | {{Backups | + | {{Backups}} |
{{Top of Page}} | {{Top of Page}} | ||
[[Category:VALT]] | [[Category:VALT]] | ||
Latest revision as of 16:19, 15 May 2026
- VALT
- This software is designed to enable users to easily record, review, and manage Video and Audio events in a secure and organized fashion. The software allows users to tag recordings with searchable information, as well as mark specific points within the video files, and tag those markers with searchable information. It has been designed to work with the latest IP camera technology.
- BEAM
- This is an iOS application designed to work in conjunction with our VALT software, and is intended to provide a mobile capture and streaming component to our core VALT software. This software enables users to capture Audio and Video events using any iOS device. It allows these events to be streamed live to the VALT software platform, so users can view and initiate events from the iOS device onto the VALT software itself. BEAM also allows users to capture content offsite, tag it with information, and automatically have that video upload to the VALT Server when network connectivity to the server is restored.
Server Side Software Architecture
Our server-side software is built on a standard LEMP stack consisting of:
- Linux
- Nginx
- MySQL
- PHP
Core Application Components
Web Host
- Serves the PHP-based application and user interface
- Powered by the Nginx web server
Database
- Stores all unique, customer-specific configuration and application data
- Implemented using MariaDB
Streaming Engine
- Manages communication with cameras
- Handles video streaming to client PCs
- Responsible for recording, storage, and clip creation
Logical Server Architecture
The application is divided into two main server roles:
Application Server:
The Application Server hosts the core application logic and includes:
- PHP web pages served via Nginx
- MariaDB services
- Node.js messaging and control service
Media Server: The Media Server is responsible for all video-related operations, including:
- Camera communication
- Video stream distribution to clients
- Recording management and clip generation
Deployment Models
Single Server
The entire server-side software stack can be deployed on a single physical or VM. This configuration is suitable for smaller installations and environments with lower camera counts.
Multi-Server
For larger deployments—such as those exceeding 50 cameras or spanning multiple departments—the system supports a distributed architecture using multiple Media Servers.
- One Application Server hosts the core application services
- One or more dedicated Media Servers handle video processing and storage
- Media Servers can be added incrementally to scale performance and capacity
Client Side Software Architecture
VALT is a web-based application.
The client software consists of two primary components.
- Client Software
- Server Software
Supported Browsers
VALT uses HTML5 for all video controls. No 3rd party software or plug-ins are required to run VALT. Virtually any modern browser should be compatible with VALT however we only test compatibility with the browsers listed below.
Desktop Browsers
| Icon | Browser | Tested Version | Compatibility Score | Compatibility Notes |
|---|---|---|---|---|
| Chrome | Latest Available | 5 |
|
|
| Edge | Latest Available | 5 |
|
|
| Firefox | Latest Available | 4 |
|
|
| Safari | Latest Available | 2 |
|
Mobile Browsers
| Icon | Browser | Tested Version | Compatibility Score | Compatibility Notes |
|---|---|---|---|---|
| Chrome | Latest Available | 5 |
|
|
| Safari | Latest Available | 2 |
|
Hardware Requirements
To ensure optimal performance and seamless playback of livestreams and recorded videos in VALT, there are several key components that should be taken into consideration. While the exact requirements may vary depending on individual use cases, we provide the following guidance to help you make informed decisions about your hardware.
- Processor (CPU)
- The processor of the client PC plays a crucial role in handling decoding and playback of livestreams and recorded videos, particularly if the PC is also being used to
- Intel 8th Gen Quad-Core
- AMD Zen Quad-Core
- Memory (RAM)
- Sufficient memory capacity is essential for efficient buffering of streaming video, especially when viewing multiple feeds and/or multitasking.
- Minimum Recommended Spec
- 8GB DDR4
- Graphics Processor (GPU)
- A capable graphics processor can significantly decrease the burden on the CPU by offloading decoding and playback tasks, freeing up the CPU resources for other purposes.
- Minimum Recommended Spec
- Intel UHD Graphics 630
- AMD Vega 3
- Geforce MX150
- Network Connection
- A stable and high-speed network connection is critical for seamless streaming of recorded content.
- Minimum Recommended Spec
- Wired (preferred)
- Wi-fi 5 Capable
Minimum Recommended Spec
Access Control
The VALT Software is compromised of 6 main sections
🖼️.
Access to these sections, and their associated features, can be controlled at two distinct levels within the software: the group level and the user level.
Role Management
User Groups
At the core of our permission structure, the majority of access is defined at the group level. By establishing permission settings at this level, you can streamline management and ensure consistent access controls for users within the same group.
Users
Rights defined at the group level are automatically inherited by the individual users assigned to those groups, simplifying the administration of rights.
In addition to the group-level rights, our software allows for further customization at the individual user level. This means that specific access rights can be fine-tuned to cater to unique requirements, providing an extra layer of control over user privileges.
Rights
How They're Applied
- Group-Level
- Here are lists of the rights
🖼️ within VALT and the corresponding access they grant. The chart below illustrates whether each permission can be configured at the group level, user level, or both. - User-Level Override
- While permissions are primarily configured at the group-level, additional permissions can be granted at the user-level.
✎Permissions can only be granted at this level. Permissions are revoked at the group-level.
Available Rights
- General
-
Grants access to the features within the General section.
🕮This section applies to buttons or notifications that are system wide.
- Observe
- This section of the software is used to view live sessions and create recordings.
- Review
- This section of the software is used to view previously recorded sessions, update metadata, download, and delete existing videos.
- Upload
- Allows users to upload videos to the VALT software. Files must be MP4 or MOV.
- Schedule
- This section of the software is used to schedule recordings that will take place on a specific date, at a specific time, and will last for a fixed duration.
- Reports
- Allows users to generate simple statistical reports about usage of the VALT system.
- Settings
- Grants the ability for a user to view general system statistics including software version, licenses, and storage amount.
Backups
IVS is not a backup solution provider. We recommend that all customers use their existing enterprise backup solution. If that solution has a Debian agent, we’d be happy to assist with installing that agent on the VALT appliance, but we cannot assist with any configuration related to any backup software.
VALT 5.7 and VALT 6
- Database Dumps:
- /usr/local/valt/backup
- Video Files:
- /usr/local/valt/records/video
VALT 5.6 and Older
- Database Dumps:
- /usr/local/valt/backup
- Video Files:
- /usr/local/WowzaStreamingEngine/content/valt_recordings
