Recherche avancée

Médias (91)

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

  • Initialisation de MediaSPIP (préconfiguration)

    20 février 2010, par

    Lors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
    Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
    Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
    Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (12845)

  • Remove load-image-ios

    24 février 2016, par rhymes
    Remove load-image-ios
    

    The latest release of blueimp-load-image does not provide the module load-image-ios anymore

  • Update jquery.fileupload-image.js

    5 février 2016, par ningliu
    Update jquery.fileupload-image.js
    

    to make it work with browserify, module "load-image" does not exist

  • Sinch Video calling not working with ffmpeg video cropping

    29 mars 2016, par Mubina Shaikh

    My project having ffmpeg video cropping libs,I have added the sinch files under src/main/jniLibs,what happen is project runs successfully but when initiate the video call of sinch blank white color screen appears.Also try to add this code in .mk files of video cropping libs as there is no .mk file is there for sinch,but it still not working.

    The code added in .mk files to load the sinch lib module.

    include $(CLEAR_VARS)

    LOCAL_MODULE := libsinch-android-rtc

    LOCAL_STATIC_LIBRARIES := sinch-android-rtc-3.9.3

    LOCAL_LDLIBS := -llog

    include $(BUILD_SHARED_LIBRARY)