Recherche avancée

Médias (91)

Autres articles (105)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (11433)

  • dashdec : Expose bandwidth and representation ID as metadata

    14 janvier 2018, par sfan5
    dashdec : Expose bandwidth and representation ID as metadata
    

    The primary goal was making it viable to play YouTube/Vimeo/... videos
    using the native demuxer, since mpv currently uses a workaround in form
    of Edit Decision Lists (EDL).

    Implemented features :

    1 Exposing id / bitrate as stream metadata (similar to the HLS demuxer)
    2 Support for multiple video and audio streams
    3 A few minor parts of the specification that are in use at YouTube

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/dashdec.c
  • Install graphicsmagik and ffmpeg for nodeJS application running as docker container

    25 septembre 2017, par user3142695

    I am deploying a nodeJS application (which is based on meteorJS and build with meteor build) to a docker container on my ubuntu 16.04 server.
    My application needs graphicsmagick and ffmpeg.
    As far as I know, the ffmpeg should be in the libav-tools package.

    My question is how do I get those two needed packages into my application running as docker container ?

    I think it is wrong to install them via apt-get graphicsmagick on the server itself, right ?

    For this nodeJS application I’m using this Dockerfile to create a docker image :

    FROM node:4.8-slim

    # Copy the application files
    COPY . /

    # Set required environment variables
    ENV NODE_ENV production
    ENV MONGO_URL mongodb://mongo:27017/
    ENV ROOT_URL http://localhost
    ENV PORT 80
    EXPOSE 80

    # Download the required packages for production
    RUN (cd programs/server &amp;&amp; npm install --silent)

    # Make the application run when running the container
    CMD ["node", "main.js"]

    My application uses this package.json :

    {
     ...
     "dependencies": {
       ...
       "ffmpeg": "0.0.4",
       "fluent-ffmpeg": "^2.1.2",
       "gm": "^1.23.0",
       ...
     }
    }

    Running npm install should add gm and ffmpeg, but I think I need those packages installed in the docker container itself.

  • Anomalie #3783 (Rejeté) : #EXPOSE{toto} n’est pas suivi d’un expace

    16 mai 2016

    Je ferme donc.