Recherche avancée

Médias (91)

Autres articles (99)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (10356)

  • Access denied Error installing ffmpeg with choco

    16 novembre 2022, par ramanujans alkhazarim

    I was trying the command '''choco install ffmpeg''' but the following error appear

    


    ffmpeg not installed. An error occurred during installation :
Access denied to path 'C :\ProgramData\chocolatey\lib\ffmpeg\legal'.

    


  • Revision 8cbeb7cf36 : Prevent invalid memory access Change-Id : I1b972c945274254d896d772d859840b2f8211

    5 mars 2015, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Prevent invalid memory access

    Change-Id : I1b972c945274254d896d772d859840b2f8211b4f

  • Unable to access device camera using ffmpeg : Permission error

    14 mars 2016, par Parth Doshi

    I am using a FFMPEG java wrapper for Android through which I am able to run any ffmpeg commands.

    I have given my Android application the camera permission and the write external storage permission but ffmpeg is not able to access the device camera.

    I am getting the following error when I run the command

     ffmpeg -re -f fbdev -r 10 -i /dev/graphics/fb0 -c copy -f flv rtmp://192.168.1.35:1935/app2/myStream

     Error:     Could not open framebuffer device '/dev/graphics/fb0': Permission denied

    How do I provide ffmpeg with camera access permission. I have tried giving chmod 777 /dev/graphics/fb0 but that does not work.

    Can someone tell me a solution for this ?