Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (71)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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 (11827)

  • Fixed race condition when cancelling the second file selection.

    8 juillet 2015, par blueimp
    Fixed race condition when cancelling the second file selection.
    This bug occurred with the settings replaceFileInput : false, forceIframeTransport : true.
    Thanks @nkovacs for the report.
    Closes #3406.
  • Start service with start-stop-daemon on Ubuntu 16.04 with timeout

    26 février 2018, par Topper

    I have /etc/init.d/stream proces with start/stop/restart options.
    It’s run ffmpeg with daemon options taken from /etc/default/stream DAEMON_OPTIONS.
    Start at background (-b) crate pid (/var/run/stream/stream.pid) etc.

    How could I add timeout 60 seconds to be sure that stream will be forcebly stopped if exceed 60 sek. timeout ?

    Can’t run "—exec timeout 60 ffmpeg" because service runs only timeout command.

    I’m I missing something or try to use wrong command ?

  • Fix data race detected by ThreadSanitizer

    4 février 2019, par Anton Mitrofanov
    Fix data race detected by ThreadSanitizer
    

    Bug report by Daniel Deptford.

    • [DH] common/threadpool.c