Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (67)

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

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (7123)

  • lavf/hls : replace the same code logic with ensure_playlist()

    21 juillet 2019, par vacingfang
    lavf/hls : replace the same code logic with ensure_playlist()
    

    Replace the same code logic with ensure_playlist(), it's will
    help reusable blocks of code.

    Reviewed-by : Jun Zhao <barryjzhao@tencent.com>
    Signed-off-by : vacingfang <vacingfang@tencent.com>

    • [DH] libavformat/hls.c
  • avformat/mov : rewrite aspect from matrix code

    15 janvier 2015, par Michael Niedermayer
    avformat/mov : rewrite aspect from  matrix code
    

    The original code was intended purely for rotation == 0
    In cf70ba37ba74089a18295b29e77dead0a3222c9e the condition was
    changed to use it only for rotation != 0
    which broke the cases for which it was intended to be used
    as well as breaking cases for which it was not intended to be
    used.
    This changes the code so it could work for the more general
    case and fixes the regressions
    If you have sample files that are not handled correctly
    please open tickets or mail me !

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c
  • get, using ffmpeg, the RTSP response code

    1er août 2023, par João Victor

    It's possible get using the ffmpeg the RTSP response code ?

    &#xA;

    I need collect the information from RTSP header, similar to the HTTP header

    &#xA;

    using 'curl' i dont think it would be possible.

    &#xA;

    I was able to validate the operation of the link only with screen shots, but I believe this is not the best way to do this.

    &#xA;