Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (105)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • 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
  • 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);
  • Test : Removes stale and useless test files and firebug light

    1er juillet 2014, par jzaefferer
    Test : Removes stale and useless test files and firebug light