Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (98)

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

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

  • How to build libaacplus for android on linux

    11 septembre 2015, par Shawn

    I’m doing some stream publish for cross platforms, and I’m already compiled ffmpeg with libaacplus+libx264 on linux, and test it, it works fine. now I need make it work on Android & IOS platforms, but I don’t know how to compile libaacplus using android-ndk. It troubled me for a while.
    Thanks for any advice or suggestions.
    ps. I am already compiled libx264 for android, using ./configure thing to do cross compile work.

  • 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 !

  • how to build AAR for Android with .SO included in it

    23 août 2017, par 1234567

    how to build AAR for Android with .SO included in it

    I am looking to use FFMpeg in my project from writingminds at github

    the problem is there is an error in the code according to this

    https://github.com/WritingMinds/ffmpeg-android-java/issues/107

    and

    https://github.com/WritingMinds/ffmpeg-android-java/issues/79

    they have suggested to buid and AAR to use in the project how can we do that and include all the .So that are required in it.