Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (102)

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

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

Sur d’autres sites (11755)

  • What are the other alternatives to FFMPEG for encoding and very low latency streaming ? [closed]

    23 septembre 2020, par Hamza Ghizaoui

    So the situation as following : I m receiving images on the fly from a camera, BMP format 4000x3000 pixel, encoding them into h264 or h265, and then streaming the result via HTTP and/or UDP.
The whole process must take no more than 30 ms.

    


    I used FFMPEG with hardware acceleration as a start and it seems to deliver. There is doubt among our team that it is the best solution. and I wanna be absolutely sure that it is before I defend it openly :D

    


    would be glad to hear your takes on this :)

    


    Best regards

    


  • Live streaming with ffmpeg is gittery

    8 février 2017, par chubaka

    I started playing around with live streaming with ffmpeg to my rtmp server and was wondering what’s the best approach to it if my approach is sending a chunk of data every 5 or so seconds, because right now it’s kind of gittery and stuttery every time the server gets data.
    Would appreciate any advice or books/articles about this topic in general so I could get the basic idea.

  • Protocol for streaming : From a client to the server

    30 décembre 2015, par the-owner

    Context : I work in C++ with msvc2013 win32, QT-IDE, ffmpeg.

    I am looking for a protocol in order to stream video from the server to client and mostly from client to the server (two-way). On the server side, there is a tcp protocol already implemented (with QTcp).

    Question :
    For the server to client, obviously there is the RTP protocole (which is a derived UDP protocol), but for streaming into the inverse way, is there a protocol for streaming (images/video) where the client (as a client) could send a (live)stream to the server ? And is it possible (and easy) to implement this protocol under FFMPEG or QT ? (with a avformat_alloc_output_context2() for example)

    Otherwise, if FFMPEG or QT are not enough for doing this task : Is there a library that can do that under Visual-C++ Win32 ?