Minimalne zahteve za strežnik
- Unix-like OS (Windows is not supported)
- PHP 8.1 (PHP 8.2 is not yet supported)
- IonCube Loader 13.0+
- MySQL 8.0+ or MariaDb 11.6+
- FFmpeg 1.0+ with libx264, libavfilter and AAC codec (libfaac, libfdk_aac or native ffmpeg aac codec)
- ImageMagick (with WebP support)
- cURL
- Wget 1.14+
- Apache with mod_rewrite (-MultiViews)
- Latin domain name (punycodes are not supported)
- Youtube-dl or Yt-dlp if you need video grabbers You can download a test script to test your server here.
Minimalne zahteve za PHP
- MySQL Improved Extension (mysqli)
- Client URL Library (curl)
- Zlib Compression (zlib)
- SimpleXML
- Image Processing and GD
- Multibyte String (mbstring)
- PHP.ini disable_functions should not contain "exec"
- PHP.ini file_uploads on
- PHP.ini allow_url_fopen on
- Memcached + PHP Memcached module
- Nginx and proxying Apache. Nginx is recommended for faster video streaming and for content protection. To enable content protection you will also need to add some custom rules into Nginx configuration. This may not be possible for cPanel installations that do not provide any way to edit Nginx configuration, so we do not recommend using cPanel on servers where you plan to store video files.
- PHP.ini memory_limit 512M
- Using external caching such as eAccelerator or XCache is NOT recommended
- Using suhosin with PHP is NOT recommended
Zahteve za scenarij z več strežniki
Vse zgornje zahteve se nanašajo na najpreprostejšo konfiguracijo, ki uporablja samo en fizični strežnik. KVS podpira ločene fizične strežnike za shranjevanje vsebine ali CPE-lačne operacije pretvorbe. Če boste uporabljali ločene strežnike, bodo imeli različne zahteve:
- Strežnik vsebine: PHP, priporočen Nginx
- Strežnik za pretvorbo: PHP, FFmpeg, ImageMagick