Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (26)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3608)

  • 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