Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (112)

  • 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 ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (15805)

  • Révision 20450 : La fonction str_split est tout le temps définie en PHP 5. On l’enlève.

    27 avril 2013, par marcimat -

    Par contre r15208 indique que la fonction hash() n’est pas toujours présente et nécessite PEAR, mais la doc indique « L’extension Hash ne nécessite aucune bibliothèque externe et est activée par défaut depuis PHP 5.1.2 » (http://www.php.net/manual/fr/hash.requirements.php), avec un PHP compilé par défaut avec PECL hash (et non PEAR).

    Du coup, il me semble qu’on pourrait enlever également la définition de hash() ET l’utilisation de _nano_sha256(...) et de ce fichier au profit de hash(’sha256’, ...) non ?

  • FFmpeg.wasm stopped working after adding cross origin headers

    10 octobre 2024, par Fnr

    I was having the SharedArrayBuffer error as described in this other issue and to fix I added the cross origin isolation as suggested (also suggested here) by adding the headers

    


    Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp


    


    After that, now when I try to run the code I just got Uncaught ReferenceError : FFmpeg is not defined. The error is happening on Firefox

    


    My code is :

    


    <code class="echappe-js">&lt;script  src=&quot;https://unpkg.com/@ffmpeg/ffmpeg@0.10.0/dist/ffmpeg.min.js&quot;&gt;&lt;/script&gt;&#xA;&lt;script&gt;&amp;#xA;    &amp;#xA;    const { createFFmpeg, fetchFile } = FFmpeg; //error happens here&amp;#xA;    const ffmpegInstance = createFFmpeg({&amp;#xA;        corePath: &amp;#x27;https://unpkg.com/@ffmpeg/core@0.10.0/dist/ffmpeg-core.js&amp;#x27;,&amp;#xA;        log: true,&amp;#xA;    });&amp;#xA; &lt;/script&gt; &#xA;

    &#xA;

    Before that, on Brave browser the process ran ok without having to add the Cross origin headers and also FFmpeg variable was defined.

    &#xA;

  • Revision 37124 : est-ce exprés que compact_js soit supprimé en 2.1 et remplacé par ...

    10 avril 2010, par maieulrouquette@… — Log

    est-ce exprés que compact_js soit supprimé en 2.1 et remplacé par compacte tout court avec un second argument ?
    si oui il faudrait peut-être le signaler ailleurs