
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (65)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...)
Sur d’autres sites (10697)
-
Anomalie #2118 (Fermé) : Bug #FORMULAIRE_ECRIRE_AUTEUR sur une SPIP 2.1.10 [17657] avec plusieurs ...
26 juin 2011, par cedric -Bon, faute de nouveaux éléments je ferme, car il s’agit a priori d’un problème de configuration du smtp d’envoi de Mail, plus qu’un bug de SPIP.
-
Anomalie #4261 : Vider l’opcache au recalcul et à l’upgrade
22 novembre 2019, par jluc -L’opcache foire aussi les installations de plugins : cf https://www.mail-archive.com/spip-zone@rezo.net/msg49046.html
Mise à jour du contournement proposé plus haut : il faut aussi vider le cache apcu.
if (isset($_REQUEST[’var_mode’]) and ($_REQUEST[’var_mode’] == ’recalcul’))
if (function_exists('spip_clear_varnish_cache'))<br /> spip_clear_varnish_cache();
include_spip ('inc/invalideur');<br /> suivre_invalideur('recalcul');
if (function_exists('opcache_reset'))<br /> opcache_reset();
if (function_exists('apc_clear_cache')) {<br /> apc_clear_cache();<br /> apc_clear_cache('user'); <br /> }
if (function_exists('apcu_clear_cache')) {<br /> apcu_clear_cache();<br /> }
spip_log("recalcul a vidé varnish, SPIP, opcache et apc_cache");<br />}
Mais le mieux serait de mettre ça dans une fonction appelée lors des différentes mise à jour le nécessitant (et pas seulement au recalcul via l’url)
-
Timestamp information of MP4
25 juillet 2016, par Zhenjie ZhaoI want to ask for an easy way to get the timestamp information of a mp4 file. (Sorry that I am not familiar with codec.)
I am reading the Tobii Pro Glasses SDK document that explains how to synchronize frame with eye tracking data, where they use a terminorlogy called VTS. Goolge cannot find the exact meaning, so I want to ask for what VTS really stands for and how to get it from a mp4 file. Thanks very much !