Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (60)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10551)

  • x86/vp9lpf : add a preload system in FILTER_UPDATE.

    25 janvier 2014, par Clément Bœsch
    x86/vp9lpf : add a preload system in FILTER_UPDATE.
    

    Allow some macro refactoring in filter14().

    • [DH] libavcodec/x86/vp9lpf.asm
  • System.load() is not loading the .so files though they are there

    22 février 2018, par Anuran Barman

    I am trying to load FFMPEG .so files from the /files folder of the application but System.load() is not loading them. My code look like this below :

    static {
           try {
               String[] libs={
                       App.getInstance().getFilesDir().getAbsolutePath()+"/sharedLibs/libavfilter.so",
                       App.getInstance().getFilesDir().getAbsolutePath()+"/sharedLibs/libswscale.so",
                       App.getInstance().getFilesDir().getAbsolutePath()+"/sharedLibs/libavformat.so",
                       App.getInstance().getFilesDir().getAbsolutePath()+"/sharedLibs/libffmpeg-jni.so",
                       App.getInstance().getFilesDir().getAbsolutePath()+"/sharedLibs/libswresample.so",
                       App.getInstance().getFilesDir().getAbsolutePath()+"/sharedLibs/libavutil.so",
                       App.getInstance().getFilesDir().getAbsolutePath()+"/sharedLibs/libavcodec.so"
               };
               for(int i=0;icode>

    If I remove them android studio logcat says library file not found specifying the exact location like /data/0/emulated/myPKGName/files/sharedLibs/.so so it is loading the so files but if I provide them it still shows UnsatisfiedLinkError error, like below :

    java.lang.UnsatisfiedLinkError: dlopen failed: library "libswscale.so" not found

    Why is it in turn searching for libswrescale.so file though that is already loaded from files folder ?

  • convert SF tracker links to new tracker2 system

    7 janvier 2009, par jcoalson

    convert SF tracker links to new tracker2 system