Recherche avancée

Médias (91)

Autres articles (83)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (12715)

  • httpauth : Add space after commas in HTTP/RTSP auth header

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

    This fixes access to Grandstream cameras, which return 401 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.

    See RFC 2617 (HTTP Auth).

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

    • [DBH] libavformat/httpauth.c
  • libavformat/mxfdec.c : cosmetics : Add missing space after ’ ?’ in log message.

    21 octobre 2015, par Alexis Ballier
    libavformat/mxfdec.c : cosmetics : Add missing space after ’ ?’ in log message.
    

    Reviewed-by : Tomas Härdin <tomas.hardin@codemill.se>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxfdec.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