Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (9140)

  • Revision e69461593d : Merge "Enable dual buffer rd search and encoding scheme"

    13 novembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c



    Merge "Enable dual buffer rd search and encoding scheme"

  • HTTP Listener continuous data on same request (Keep alive)

    22 janvier 2019, par Kevin Jensen Petersen

    I’m currently trying to create a HTTP Server/Listener in C# which takes a Request and Keeps it open "Keep Alive" for further data being sent on a regular basis (FFMPEG streaming data), however I cannot seem to find an equivalent to what Node.js/JavaScript does in this example.

    I got the basics of HTTP Requests down and being able to "Keep it alive".

    Does anyone know of a way in C# ?

    var streamServer = http.createServer(function(request, response) {

       response.connection.setTimeout(0);

       request.on('data', function(data){
            socketServer.broadcast(data);
       });

    }).listen(STREAM_PORT);
  • aacenc_tns : fix triggering an assertion with assert-level=2

    29 août 2015, par Rostislav Pehlivanov
    aacenc_tns : fix triggering an assertion with assert-level=2
    

    It also made no sense to actually make the filter span the entire
    window including the first band of the next window.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc_tns.c