Recherche avancée

Médias (91)

Autres articles (25)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (3781)

  • java.io.ioexception permission denied android

    30 janvier 2015, par chandan chaudhary

    I want to get frames from video via using ffmpeg command in android
    ffmcommand for the same is :

    String[] ffmpegCommand = {
                       "ffmpeg",
                       "-1",
                       "-y ",
                       "-vcodec",
                       "mjpeg",
                       "-vframes",
                       "1",
                       "-an",
                       "-f",
                       "rawvideo",
                       "-s",
                       "320X240",
                       "-i",
                       Environment.getExternalStorageDirectory().getPath()
                               + "/com.mobvcasting.mjpegffmpeg/video.mp4",
                       Environment.getExternalStorageDirectory().getPath()
                           + "/com.mobvcasting.mjpegffmpeg/frame_%05d.jpg"};

    In My manifest i have already given :

    android.permission.WRITE_EXTERNAL_STORAGE

    But still i am getting error of :

    java.io.ioexception permission denied android

    Please advice me on this or with some other ffmpeg command

    Thanks in advance.

  • How can I add ffmpeg to a .NET MAUI project for Android/iOS ?

    14 juin 2024, par codybchaplin

    I have looking for solutions but just don't understand exactly what to do. There are several nuget packages that seem to be wrappers for ffmpeg but don't actually include ffmpeg itself such as FFMpegCore. I have been trying to follow the steps to build for Android from ffmpeg-kit, but it keeps failing and I am at a loss. Forgive my ignorance, but why is there no straightforward way to add ffmpeg to a .NET MAUI project that can be used on iOS/Android ?

    


  • Android : Live Stream RMTP video from Wowza server

    4 décembre 2013, par Tamanna

    I am developing an android application in which i want to publish as well as stream a video..

    What I want is :

    1. My app record a video and that video is sent to server

    2. The recorded vieo will ve streamed live to another android device at the
      same time..

    I have completed the first task using javac and ffmpeg

    I am stuck in second task.. i have searched a lot to stream the video from server but didn't succeed..

    I dont want to use WebView and play the video in It. I want RMTP player ..

    This task has been completed in iOS.. I want dame for Android..
    Can anyone suggest me some link to fulfill my task ???

    P.S. :

    I am using wowza server and RMTP stream.. I would like to stream RMTP video(.flv).. If no solution avaliable. i can swicth to RSTP