Recherche avancée

Médias (91)

Autres articles (86)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (10907)

  • asfdec : alloc enough space for storing name in asf_read_metadata_obj

    2 septembre 2015, par Alexandra Hájková
    asfdec : alloc enough space for storing name in asf_read_metadata_obj
    

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/asfdec.c
  • avdevice/caca : remove space before ’ :’ (English typo, cosmetics)

    11 septembre 2015, par Clément Bœsch
    avdevice/caca : remove space before ’ :’ (English typo, cosmetics)
    
    • [DH] libavdevice/caca.c
  • avformat/httpauth : Add space after commas in HTTP/RTSP auth header

    1er octobre 2015, par Andrey Utkin
    avformat/httpauth : Add space after commas in HTTP/RTSP auth header
    

    This fixes access to Grandstream cameras, which return 401 to ffmpeg
    otherwise.
    VLC sends Authorization : header with spaces between parameters, and it
    is known to work with Grandstream devices and broad range of other HTTP
    and RTSP servers, so author considers switching to such behaviour safe.
    Just for record - RFC 2617 (HTTP Auth) does not specify the need in
    spaces, so this is not a bug of FFmpeg.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/httpauth.c