
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (32)
-
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (7826)
-
Remove some redundant NULL checks and fix a free on error return.
3 mars 2012, par Tim TerriberryRemove some redundant NULL checks and fix a free on error return.
ref_frame_data was being allocated with the aligned allocator, but
freed with the normal _ogg_free() function on failure, which
doesn’t work.
This would only cause a problem if there was just enough memory to
satisfy the reference frame allocation (just over 4.5 or 9 bytes
per pixel) but not enough for the fragment buffer offets (1/16 or
1/8th byte per pixel).git-svn-id : http://svn.xiph.org/trunk/theora@18219 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
lavfi/aecho : fix invalid free
14 juillet 2013, par Paul B Mahol -
YouTube fixed is player problem with old IE, so changing examples back over to the HTML5 player, rather than AS3.
12 juillet 2013, par jackmooreYouTube fixed is player problem with old IE, so changing examples back over to the HTML5 player, rather than AS3. Used latest jQuery lib