Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (54)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP 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 (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5908)

  • Revision 66064 : Gestion des abonnements aux notifications par la page ...

    19 septembre 2012, par cedric@… — Log

    Gestion des abonnements aux notifications par la page ?page=notifications&amp ;email=xx&amp ;key=yyy qui permet de gerer les abonnements/desabonnements aux threads de forum envoyés à cette adresse mail
    Ajout du message dans le pied du forum dans le squelette du forum
    TODO : gestion du changement d’email d’abonnement

  • Evolution #4420 (Nouveau) : spip_log : pouvoir avoir des niveaux différents selon les journaux

    30 décembre 2019, par Maïeul Rouquette

    Actuellement on peut régler les niveaux de logs globalement.

    Mais il peut être utile pour certaine site d’avoir par exemple bcp de log pour "mail" mais peu pour le reste.

    une solution serait de pouvoir créer une constante _LOG_FILTRE_GRAVITE_<nomdulog></nomdulog> qui si elle est définie prendrait le pas sur _LOG_FILTRE_GRAVITE

  • Anomalie #4194 (Nouveau) : Rendre spip_loader compatible php 7.2

    17 octobre 2018, par Franck D

    Hello :-)
    En faisant une série de test https://www.mail-archive.com/spip-zone@rezo.net/msg46352.html
    Cela m’a fait découvrir que spip_loader avait dans 2 cas chez ovh des problèmes (donc un grave).

    Pour info, pour le voir, il faut obligatoirement faire une nouvelle installation ! Car sans quoi spip_loader fonctionne si un spip est déjà en place !
    Dans le premier cas, spip_loader ne fonctionne pas, dans le deuxième, l’installation fonctionne quand même !

    Environnement : stable
    Version PHP 7.2
    Moteur:phpcgi
    Mode : développement

    Warning : Use of undefined constant _DIR_TMP - assumed ’_DIR_TMP’ (this will throw an Error in a future version of PHP) in /.../pclzip.php on line 28
    Après avoir fait un clique sur "Commencer l’installation"

    Warning : Use of undefined constant _DIR_TMP - assumed ’_DIR_TMP’ (this will throw an Error in a future version of PHP) in /.../pclzip.php on line 28
    Warning : Cannot modify header information - headers already sent by (output started at /.../pclzip.php:28) in /.../spip_loader.php on line 1228

    Environnement : stable
    Version PHP 7.2
    Moteur:php
    Mode : développement

    Warning : Use of undefined constant _DIR_TMP - assumed ’_DIR_TMP’ (this will throw an Error in a future version of PHP) in /.../pclzip.php on line 28
    Après avoir fait un clique sur "Commencer l’installation"

    Warning : Use of undefined constant _DIR_TMP - assumed ’_DIR_TMP’ (this will throw an Error in a future version of PHP) in /.../pclzip.php on line 28

    Franck