Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (54)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (11405)

  • TDSC decoder

    11 mars 2015, par Vittorio Giovara
    TDSC decoder
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/tdsc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/riff.c
    • [DH] tests/fate/video.mak
    • [DH] tests/ref/fate/tdsc
  • Anomalie #4108 : Critère IN et #ENV

    4 mars 2018, par Maïeul Rouquette

    ce qui est contre intuitif, c’est qu’il ajout les guillemets lors de la requete SQL. Certes il y a une logique derrière lié au compilo. Mais c’est déroutant puisque en général dans SPIP, si on passe un #ENV dans un critère, cela se comporte "comme si" on avait saisi directement le contenu du ENV dans le critère.

  • Live convert HTTP IP Camera MJPEG to RTSP

    26 mai 2016, par tmar89

    I have an IP camera with an MJPEG stream. I need to connect this to an NVR that only takes RTSP. I tried using ffmpeg and ffserver and haven’t been able to get a stable stream to work without segmentation faults. VLC crashes also. Most of the time, it seems to be an issue with under buffer or buffering in general. Not sure how to approach this.