
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (101)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (7643)
-
Revision 86430 : Et celle dans le sens inverste articles sur évènements pas exemple : ...
3 décembre 2014, par kent1@… — LogEt celle dans le sens inverste articles sur évènements pas exemple :
Ce cas pourrait exister par exemple si on activait une jointure de recherche sur les évènements (du plugin agenda) avec la table spip_articles.
Il suffirait d’ajouter la ligne suivante dans le pipeline "declarer_tables_objets_sql" dans le fichier base/agenda_evenements :
$tablesspip_evenements ?rechercher_jointures ?article ? = array(’titre’ => 8, ’texte’ => 5) ; -
Revision 187 : Added fatal message.
9 avril 2010, par marc.noirotChanged Paths :
Modify /wiki/CheckMessages.wiki
Added fatal message. -
Revision 43798 : Ajout des types mimes ts, mts, m2ts : $tables_mime[’ts’] = ’video/MP2T’ ; ...
22 janvier 2011, par kent1@… — LogAjout des types mimes ts, mts, m2ts :
$tables_mimets ? = ’video/MP2T’ ;
$tables_mimemts ? = ’video/MP2T’ ;
$tables_mimem2ts ? = ’video/MP2T’ ;
$tables_sequencests ? = ’MPEG transport stream’ ;
$tables_sequencesmts ? = ’AVCHD MPEG-2 transport stream’ ;
$tables_sequencesm2ts ? = ’BDAV MPEG-2 Transport Stream’ ;