Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (64)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (9472)

  • Record and save a live video streaming in iOS

    25 décembre 2015, par Khushboo

    I am using dfurtsp player which is wrapper around ffmpeg player. I am able to play the live streaming successfully. Now I want to record the video as well. Please suggest me how to get started with the recording functionality.

    I have also searched other players which supports recording but didn’t find any. If anybody knows any other player which supports this please let me know.

  • Live Video Stream support for android ?

    9 juin 2014, par Mike Read

    I have a live video feed in m3u8 format and works great in iphone android doesnt support it.
    Im planing to convert the feed using ffmpeg and just wondering what the best format/codec/protocol works best with the lowest version of android possible.

    thanks so much !

  • html process video on remote host and display live preview of processing

    12 juillet 2016, par CodeDezk

    I need to create a website where user able to upload the video to a server(a Linux PC with some video processing lib installed, like ffmpeg, opencv) and select the processing require and start it. And the user should able to see the processing of the video on live with rectangle draw on each frame.

    Like if user need to draw a rectangle on every frame, then upon click start the web page should start streaming the processing video on live.

    Is there anything exists to accomplish such an application. Any suggestion or tips ?