
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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 FnrI 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"><script src="https://unpkg.com/@ffmpeg/ffmpeg@0.10.0/dist/ffmpeg.min.js"></script>

<script>&#xA; &#xA; const { createFFmpeg, fetchFile } = FFmpeg; //error happens here&#xA; const ffmpegInstance = createFFmpeg({&#xA; corePath: &#x27;https://unpkg.com/@ffmpeg/core@0.10.0/dist/ffmpeg-core.js&#x27;,&#xA; log: true,&#xA; });&#xA; </script>



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

-
Revision 37124 : est-ce exprés que compact_js soit supprimé en 2.1 et remplacé par ...
10 avril 2010, par maieulrouquette@… — Logest-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