Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (11454)

  • how to use cgroups in php exec

    13 juillet 2020, par Skora

    I'm trying to use cgroups in php

    


    And I did the following :

    


    sudo cgcreate -g cpu:/www-data
sudo cgset -r cpu.cfs_period_us=1000000 www-data
sudo cgset -r cpu.cfs_quota_us=100000 www-data


    


    And when I do use it on ffmpeg via the terminal it works fine

    


    But when I used it in php like :

    


    exec("cgexec -g cpu:www-data ffmpeg -i music.mp3 -ac 1 -map 0:a -acodec libopus -b:a 64k -vbr off -ar 24000 music.ogg");


    


    does not work

    


    Can it be used with exec ?

    


  • ffmpeg and ffprobe file installation suggestion

    4 juillet 2020, par Mithun Deshmukh

    Where to run below code in WHM terminal or need to update in config.php ?

    


        $ffmpeg_lib="/usr/bin/";
    $ffprobe_lib="/usr/bin/";
    $ffmpeg = FFMpeg\FFMpeg::create(array(
   'ffmpeg.binaries' => $ffmpeg_lib.'ffmpeg',
   'ffprobe.binaries' => $ffprobe_lib.'ffprobe',
   'timeout' => 3600, // The timeout for the underlying process
   'ffmpeg.threads' => 12, // The number of threads that FFMpeg should use
), null);


    


    thanks

    


  • Cannot connect to the Docker daemon at unix :///var/run/docker.sock. Is the docker daemon running ? MacOS X El Capitian

    22 juillet 2020, par Dinar Abdul Hollik

    when I run the command in my terminal

    


    docker pull alfg/nginx-rtmp


    


    When it has been run, an error occurs like this

    


    Using default tag: latest
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?


    


    how to fix ?