Recherche avancée

Médias (91)

Autres articles (96)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (8273)

  • avcodec/vp3 : free tables before allocating new ones

    3 juin 2014, par Michael Niedermayer
    avcodec/vp3 : free tables before allocating new ones
    

    Fixes memleak on seeking

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp3.c
  • avformat/icecast : Free the right buffer on error

    10 novembre 2019, par Andreas Rheinhardt
    avformat/icecast : Free the right buffer on error
    

    In case an AVBPrint was not complete, icecast_open() would free some
    buffers that have not been allocated yet instead of freeing the data of
    the AVBPrint (if they have been allocated). Because this error does not
    trigger a jump to the general cleanup section any more, one can moreover
    remove a (now unnecessary) initialization of a pointer.

    Furthermore, finalizing an AVBPrint can fail (namely when the string
    inside the AVBPrint has not been allocated yet) and so this needs to be
    checked.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/icecast.c
  • when using ffmpeg to copy h264 data from a fifo to a file, my free ram memory keeps decreasing over time

    9 septembre 2019, par Nidheesh V

    video data is comming to a fifo. the ffmpeg is made to take the fifo data and copy it to my sdcard
    when ffmpeg is used to copy the data,the free ram decreases

    tried using different versions of ffmpeg,but same issue

    ffmpeg -f h264 -i /tmp/file.h264 -c:a copy -c:v copy /tmp/sdcard/record_main.mp4
    This command was used to perform the process

    ram free memory should not decrease as time goes