
Recherche avancée
Autres articles (83)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (8500)
-
Revision 16511 : read metadata from the input file. metadata specified with —artist etc ...
23 août 2009, par j — Logread metadata from the input file. metadata specified with —artist etc overrides it. also added —nometadata to not read metadata from input file patch by Anton Novikov
-
Revision 16671 : changes the SConstruct file so that library dependencies are determined ...
30 octobre 2009, par j — Logchanges the SConstruct file so that library dependencies are determined independently. This means that if you’re missing one of the ogg libraries, it tells you specifically which one you’re missing, rather than saying vaguely you’re missing one of four possible libraries. (patch by Chris (...)
-
Revision 16672 : Wrap writing encoded ogg pages to disk in a function which determines ...
30 octobre 2009, par j — LogWrap writing encoded ogg pages to disk in a function which determines whether the output file is seekable the first time you write a page. (patch by Chris Pearce)