Recherche avancée

Médias (91)

Autres articles (101)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (7168)

  • avformat/dashdec : fix compling warning "filename is deprecated"

    26 avril 2018, par Steven Liu
    avformat/dashdec : fix compling warning "filename is deprecated"
    

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/dashdec.c
  • avformat/hls : copy rw_timeout from parent to child AVIOContexts.

    17 avril 2018, par Richard Shaffer
    avformat/hls : copy rw_timeout from parent to child AVIOContexts.
    

    The rw_timeout option is currently not applied when opening media playlist,
    segment, or encryption key URLs. This can cause the HLS demuxer to block
    indefinitely, even when the rw_timeout option has been specified. This change
    simply enables carrying over the rw_timeout option when the demuxer opens these
    URLs.

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : Richard Shaffer <rshaffer@tunein.com>

    • [DH] libavformat/hls.c
  • avformat/hls : copy rw_timeout from parent to child AVIOContexts.

    17 avril 2018, par Steven Liu
    avformat/hls : copy rw_timeout from parent to child AVIOContexts.
    

    The rw_timeout option is currently not applied when opening media playlist,
    segment, or encryption key URLs. This can cause the HLS demuxer to block
    indefinitely, even when the rw_timeout option has been specified. This change
    simply enables carrying over the rw_timeout option when the demuxer opens these
    URLs.

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : Richard Shaffer <rshaffer@tunein.com>

    • [DH] libavformat/hls.c