Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (29)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Create a video stream from bitmap [on hold]

    24 novembre 2017, par Wijaya

    I’m developing a real time web application which takes sequence of images as input and stream it to multiple clients over internet. My C# application takes sequence of jpg images in 30 fps and converts it to a bitmap array. Application continually generates bitmaps.

    Since my application has to run on a windows server I can’t use ffserver (FFmpeg media server) for my purpose.

    My requirement is to create a video memory stream from a bitmap array and stream it to clients in real time.

    Any help would be really appreciated.

  • Avoid caching files inside web folder

    14 octobre 2019, par JoakDA

    I have a real time application working with Symfony 4 and ffmpeg. It works great in development environment, but it hangs on production because the cache.

    Through ffmpeg, I write a mpd file from a RTSP stream in my /public/build/video folder.

    I need to avoid caching this mpd because it always changes while the real time video is displayed (ffmpeg is running on background).

    Please, could you help me to exclude "/public/build/video" folder and its content to be cachable.

    Find attached a screenshot :

    Browser network cached resources

    Thanks

  • ffmpeg : 1 frame manipulation on demand

    7 juillet 2013, par Chris Russo

    Hello folks & friends of SO !

    We need to create a small application to take a random frame from a video, and apply some modifications to it, in real time.

    This has to be done in real time, and in order to do that, we wouldn't mind to create some initial delay, before the video starts streaming. So let's assume we have a total of 6 seconds of preloading time, in order to :

    1) extract a keyframe.
    2) create an image with it.
    3) manipulate the image.
    4) replace the original keyframe with the new one.

    The point (3) of the previous algorithm is already solved using GD as a PHP module. However we would need to find a solution for the rest of the procedure in order to accomplish this.

    Please if anyone is available to help us with this, feel free to contact me.

    Thanks in advance ;
    Chris C. Russo