Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (74)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9417)

  • Updated CommonJS support and version numbers.

    1er janvier 2015, par blueimp
    Updated CommonJS support and version numbers.
  • FFPMEG : any example of an RTSP client ? [closed]

    25 octobre 2011, par Alex

    Where can I find an example C code for a simple RTSP client ?

  • Client Side File Upload

    19 août 2019, par Jay

    I’m trying to get the src path from a client side upload.

    What part of this console log is the path to the file ?
    The end goal is to use this file with ffmpeg so I need a clean path.

     onChangeHandler = event => {
       console.log(event.target.files[0]);
     };

           <input type="file" classname="file" />

    enter image description here