Recherche avancée

Médias (1)

Mot : - Tags -/publier

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 (9317)

  • Android FFmpeg wrapper that can run https protocol

    19 février 2019, par Henderson

    I’m trying to deploy ffmpeg command on my android app.

    the command I’m gonna run is like

    ffmpeg -headers "X-Token:SOMETOKEN" -i https://streamthatiwannaget.com/player.m3u8 -acodec copy outputfile.m4a

    I tried libraries from bravobit’s and writingminds’s but the problem was both of them DO NOT support https protocol.

    Seems like openssl is required when compiling ffmpeg.

    But it’s really frustrating to building, writing Android.mk and JNI... so on.

    Is there any ffmpeg-android library that can deal with https protocol ?
    Or any idea helpful for this ? Thank you in advance.

  • Unable to display output Android - ffmpeg

    31 octobre 2015, par Rahul

    I’m a newbie in android programming and am using https://github.com/WritingMinds/ffmpeg-android-java for my project to use ffmpeg in apps. I’ve followed the instructions as described in http://hiteshsondhi88.github.io/ffmpeg-android-java/ but my output for "-version" as command in the function described in the second link as ffmpeg.execute(cmd, new ExecuteBinaryResponseHandler() gives a blank output. What should I add in the onSuccess(String message) or in the onFinish(String message) function ? Thanks.

  • How to build x265 for Android in Ubuntu

    27 juin 2016, par Omar Faruk

    I want to build x265 for Android in Ubuntu so that I can use this build for ffmepg. I can’t find any document how to build or cross-compile for Android