Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (96)

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

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

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

Sur d’autres sites (9646)

  • Piwik Mobile 2.1 Beta for Android

    14 août 2014, par Thomas Steur — Piwik Mobile Releases

    Four years ago we published the first version of Piwik Mobile ! To celebrate this event, the next beta of Piwik Mobile 2 for Android is now available.

    Download Piwik Mobile 2.1 Beta for Android 4+

    What’s new in Piwik Mobile 2.1 ?

    Over the last weeks we’ve been working on this update which includes several performance and UI improvements, bugfixes and new features :

    • Support for Segmentation [#3243] – you can now apply your custom segments in Piwik Mobile
    • Better support for Events
    • Clickable URL’s in a visitor’s actions list
    • Expose a general setting to configure SSL certificate validation [#5282]
    • Fixed the Real-Time Map was not working on Android 4.4+ [#4413]
    • List of all closed issues

    We have also updated the underlying framework for better compatibility with new devices and changed some code to improve performance.

    Give us feedback

    Start using Piwik Mobile 2.1 now and send us any feedback or create an issue on our new Piwik Mobile 2 Issue Tracker.

    While the app should be already quite stable we can improve Piwik Mobile much better with your help !

    Download now

    Download Piwik Mobile 2.1 Beta for Android 4+

  • avfilter/vf_scale_npp : use dynamically loaded CUDA

    10 octobre 2016, par Timo Rothenpieler
    avfilter/vf_scale_npp : use dynamically loaded CUDA
    
    • [DH] libavfilter/vf_scale_npp.c
  • Electron App & FFMpeg - Library not loaded

    12 mars 2016, par George Huber

    I’ve recently upgraded Electron to v0.37, and upon trying to start my app, I’m getting an error of the following.

    dyld: Library not loaded: /usr/local/lib/libffmpeg.dylib
    Referenced from: /usr/local/lib/node_modules/electron-prebuilt/dist/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
    Reason: image not found

    I have ffmpeg installed on my machine via homebrew, which I installed with brew install ffmpeg . I’ve tried uninstalling ffmpeg and reinstalling, but haven’t had any luck.

    I’ve noticed in more recent versions of Electron, since v0.36.8 they’ve ’Link with ffmpeg dynamically’ according to the changelog.

    I should note, I’m using ffmpeg in my electron app, and specifically, im utilizing the Fluent FFMpeg node library (https://www.npmjs.com/package/fluent-ffmpeg).

    Has anyone come across this same issue ? Any idea on a fix ?