
Recherche avancée
Autres articles (42)
-
Les vidéos
21 avril 2011, parComme 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, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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. OmenI’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 MartyI 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 Gramnergcc : 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.