Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7547)

  • 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 !

  • Browsers based Live video chat with no flash [on hold]

    4 décembre 2016, par cheinan

    On server side I need to convert the uploded incoming webRTC streming into sequence of binary image data
    with ffmpeg for example or other tool

    Dose anyone have an idea how to do this ?

  • avcodec/dvbsubdec : Compute default CLUT based on bitmap analysis

    26 juillet 2015, par Michael Niedermayer
    avcodec/dvbsubdec : Compute default CLUT based on bitmap analysis
    

    Fixes displaying subtitles before any CLUT has been received
    Fixes Ticket153

    This will of course not display these initial subtitles in the correct
    color (as that is not known at that point) but they should look clean
    and not corrupted

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dvbsubdec.c