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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (10062)

  • Cannot link executable NDK ffmpeg - Android 7 Nougat

    11 janvier 2017, par Basit Ali

    I am using ffmpeg in my project and it was working fine until I tried it on Android 7.

    ProcessBuilder builder = new ProcessBuilder(ffmpegCommand);
    Map env = builder.environment();
    env.put("LD_LIBRARY_PATH", "/data/data/uk.org.humanfocus.hfi:$LD_LIBRARY_PATH");

    When I read the output it return me the following error :

    CANNOT LINK EXECUTABLE "/data/data/uk.org.humanfocus.hfi/ffmpeg": /data/data/uk.org.humanfocus.hfi/ffmpeg: has text relocations

    Used targeting api 23 as well as 22, still not working.
    Is it related to NDK Apps Linking ?
    How can I fix this ?

  • Cannot link executable NDK ffmpeg - Android 7 Nougat

    25 juin 2021, par Basit Ali

    I am using ffmpeg in my project and it was working fine until I tried it on Android 7.

    


    ProcessBuilder builder = new ProcessBuilder(ffmpegCommand);
Map env = builder.environment();
env.put("LD_LIBRARY_PATH", "/data/data/pakage:$LD_LIBRARY_PATH");


    


    When I read the output it return me the following error :

    


    CANNOT LINK EXECUTABLE "/data/data/pakage/ffmpeg": /data/data/pakage/ffmpeg: has text relocations


    


    Used targeting api 23 as well as 22, still not working.
    
Is it related to NDK Apps Linking ?
How can I fix this ?

    


  • lavfi/vf_libplacebo : eliminate LibplaceboInput.link

    5 novembre 2024, par Anton Khirnov
    lavfi/vf_libplacebo : eliminate LibplaceboInput.link
    

    Setting it was broken in 8160178dfc0e6bdaacf80dec58e595a9d595eedc, since
    links are not yet set up during init. It is also redundant, as the
    struct also stores the input index.

    Reported-By : llyyr <llyyr.public@gmail.com>

    • [DH] libavfilter/vf_libplacebo.c