Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (42)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • 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" (...)

Sur d’autres sites (5531)

  • Re-stream rtmp to hls using ffmpeg + nginx

    9 avril 2018, par J. Omen

    I’m thinking for many time if is possible to re-stream using ffmpeg command and nginx rtmp input stream to http output, I’ve arleady done every examples and solutions, but no one was correct. I need to "convert" rtmp to hls and connect to hls by ip from my server in vlc and online player. Anybody know how to do it ?

  • Where can I find modern tutorials for libav, ffmpeg, etc ? [on hold]

    19 décembre 2016, par Marty

    I want to make a quick program in C that will open a video, save each frame as a ppm, and dump motion vectors. All the tutorials I can find are from almost ten years ago and call deprecated or non-existent functions.

    Are there any good online resources, websites, videos, or textbooks that cover a modern approach to doing these types of things ?

  • gcc : Enable __sync_fetch_and_add() on x86-64

    28 juillet 2016, par Henrik Gramner
    gcc : Enable __sync_fetch_and_add() on x86-64
    

    It was previously only enabled on 32-bit x86 for no reason, so 64-bit
    systems had to use a mutex instead of a simple `lock xadd` instruction.

    Note that this code is only used in some very specific configurations
    involving sliced threads.

    • [DH] common/osdep.h