Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (37)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5975)

  • Further updates to the Makefile.lite build system.

    27 juin 2014, par Evan Ramos
    Further updates to the Makefile.lite build system.
    

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] Makefile.deps
    • [DH] Makefile.lite
    • [DH] build/compile.mk
    • [DH] build/config.mk
    • [DH] build/lib.mk
    • [DH] src/Makefile.lite
    • [DH] src/plugin_common/Makefile.lite
  • How to build static library based on existing Live555+FFmpeg

    30 mars 2016, par SCK

    I am trying to build an .a static library (named foo.a) based on Live555 & FFmpeg.

    So that my OS X app can use foo.a to do RTSP streaming.

    If my app use live555 and/or FFmpeg directly, it works great
    .Picture1, but I don’t want to use them directly, that’s why I’m trying to build foo.a

    If I build foo.a that wraps live555.a and my custom source code, it also works too.

    But If I build foo.a that wraps live555.a and ffmpeg and my custom source code
    Picture2

    When I build OS X app (which is now using foo.a), I got the following error :

    Undefined symbols for architecture x86_64 : "avcodec_version()",
    referenced from : startStreaming() in libFoo.a(Facade.o) ld : symbol(s)
    not found for architecture x86_64 clang : error : linker command failed
    with exit code 1 (use -v to see invocation)

    Any suggestions would be appreciated !

  • FFMPEG - build ubuntu 32 bit - missing shared library : libspeex

    29 avril 2013, par Benoit Brayer

    I am currently doing a cross platform software calling ffmpeg in c++ and I need a ffmpeg build working on both ubuntu 32bits and 64bits for the installer.
    I also need this ffmpeg build to include librtmp, libh264, x11-grab, alsa, and mp3.

    I tried to compile ffmpeg on a 32bits virtual box to have a ffmpeg build working on ubuntu 32 bits and 62 bits.

    I used this guide to build ffmpeg :
    https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide

    After compiling all the libs and ffmpeg himself, after installation using the deb files, ffmpeg is working perfectly on the 32bits virtualbox with all of my required components but not on my 62bits ubuntu.

    When executing ffmpeg on ubuntu 64bits i got a message saying : impossible find the shared library libspeex.

    Do you have any idea why I have this problem only on linux 64bits with the save deb files ?
    Do you know a website where i could find an ffmpeg 32bits build with all the components I need (static if possible) ?
    I tried this website http://ffmpeg.gusari.org/static/ but the build is not including alsa...

    I have a build for windows working perfectly, I downloaded the 32 bits static build on this website : zeranoe builds website for windows.

    Thanks in advance for any answer.
    Regards.

    Benoit Brayer