Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (23)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

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

Sur d’autres sites (4074)

  • cdgraphics : do not return 0 from the decode function

    6 août 2014, par Anton Khirnov
    cdgraphics : do not return 0 from the decode function
    

    0 means no data consumed, so it can trigger an infinite loop in the
    caller.

    CC:libav-stable@libav.org

    • [DH] libavcodec/cdgraphics.c
  • lavf/mux : do not apply max_interleave_delta to subtitles

    31 octobre 2023, par Anton Khirnov
    lavf/mux : do not apply max_interleave_delta to subtitles
    

    It is common for subtitle streams to have large gaps between packets.
    When the caller is interleaving packets from multiple files, it can
    easily happen that two successive subtitle packets trigger this limit,
    even though no excessive buffering is happening.

    Should fix #7064

    • [DH] libavformat/mux.c
  • swresample/swresample_internal : add av_warn_unused_result

    16 octobre 2015, par Ganesh Ajjanagadde
    swresample/swresample_internal : add av_warn_unused_result
    

    This will trigger a few warnings that need to be fixed.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libswresample/swresample_internal.h