Configuration minimale du serveur
- Unix-like OS (Windows is not supported)
- PHP 8.1 (PHP 8.2 is not yet supported)
- IonCube Loader 13.0+
- Mysql 5.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.
Configuration minimale requise pour 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
Exigences pour le scénario multiserveur
Toutes les exigences ci-dessus sont liées à la configuration la plus simple, qui n'utilise qu'un seul serveur physique. KVS prend en charge des serveurs physiques distincts pour le stockage de contenu ou les opérations de conversion gourmandes en CPU. Si vous envisagez d'utiliser des serveurs distincts, ils auront des exigences différentes :
- Serveur de contenu : PHP, Nginx recommandé
- Serveur de conversion : PHP, FFmpeg, ImageMagick