Recherche avancée

Médias (1)

Mot : - Tags -/net art

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

  • x264 lib fails to build on Android, other plugins not included

    24 novembre 2022, par SOSparachuter1

    On my x86 windows machine, I'm compiling an Android app that links gstreamer using CMake : https://github.com/henkeldi/gstreamer-android/blob/master/app/src/main/cpp/CMakeLists.txt

    


    I'm using the latest Android binaries provided by gstreamer, so far everything worked and I've successfully linked gstreamer's app plugin. Next I tried to link x264 :

    


    SET(GST_PLUGINS_CORE_LIBS gstx264 gstapp)

SET(GST_PLUGINS_BASE ... x264)


    


    However, doing so results in dozens of these text relocation errors :

    


    ld:error: relocation R_AARCH64_ADD_ABS_L012_NC cannot be used against symbol x264_cabac_range_lps; recompile with -fPIC


    


    Even after I add the flag -fPIC these do not go away. Doing a bit of digging I see that Android does not allow text relocation since Api23, but that was several years ago. Is there still no fix on Android ?

    


    I also noticed that the videoparsersbad and hls plugins are not in the latest Android gstreamer binaries (version 1.21.2). Are these also not supported on Android ?

    


  • Unable to load ffmpeg.so from Android system.loadlibrary

    22 janvier 2014, par Whoami

    I tried bulding ffmpeg version 2.1.3 for android, and following this link :

    http://www.roman10.net/how-to-build-ffmpeg-for-android/

    Somehow i could able to compile the code, and generated .so file, now while loading in the android application through system.loadlibrary(), it generates

    01-22 21:17:31.405: A/libc(886): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 886 (testbuildffmpeg)

    I have no clue of source of this issue, and it will be really grateful if you point out
    what went wrong ?

  • How to extract android bitmap from ffmpeg AVFrame* ?

    3 juin 2014, par 4ntoine

    I need to pass ffmpeg frame bitmap to android and i have ported ffmpeg working on android. How can convert AVFrame* to android bitmap ?