Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (46)

  • 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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

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

  • tools/coverity : Add models for av_mallocz and av_free

    27 novembre 2016, par Philip Langdale
    tools/coverity : Add models for av_mallocz and av_free
    

    This should deal with some false positives, but might lead to
    more of them depending on whether it realises that av_freep()
    wraps av_free() or not.

    • [DH] tools/coverity.c
  • tools/coverity : Add model for av_realloc

    30 novembre 2016, par Philip Langdale
    tools/coverity : Add model for av_realloc
    

    Really should have done this last time. It should provide consistency
    across our allocations and frees.

    • [DH] tools/coverity.c
  • build : Add EXTRALIBS to TOOLS linker command

    22 novembre 2016, par Diego Biurrun
    build : Add EXTRALIBS to TOOLS linker command
    

    EXTRALIBS contains general and platform-specific extra libraries
    that should be part of all linker commands.

    • [DBH] Makefile