Recherche avancée

Médias (91)

Autres articles (84)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5451)

  • HTML5 Video Presentations at LCA 2011

    http://blip.tv/file/get/Linuxconfau-TheLatestAndCoolestWithHTML5Video326.ogv
    10 février 2011, par silvia

    Working in the WHAT WG and the W3C HTML WG, you sometimes forget that all the things that are being discussed so heatedly for standardization are actually leading to some really exciting new technologies that not many outside have really taken note of yet. This week, during the Australian Linux (...)

  • HTML5 Video Presentations at LCA 2011

    26 janvier 2011, par silvia

    Working in the WHAT WG and the W3C HTML WG, you sometimes forget that all the things that are being discussed so heatedly for standardization are actually leading to some really exciting new technologies that not many outside have really taken note of yet. This week, during the Australian Linux (...)

  • Revision 43798 : Ajout des types mimes ts, mts, m2ts : $tables_mime[’ts’] = ’video/MP2T’ ; ...

    22 janvier 2011, par kent1@… — Log

    Ajout des types mimes ts, mts, m2ts :
    $tables_mimets ? = ’video/MP2T’ ;
    $tables_mimemts ? = ’video/MP2T’ ;
    $tables_mimem2ts ? = ’video/MP2T’ ;
    $tables_sequencests ? = ’MPEG transport stream’ ;
    $tables_sequencesmts ? = ’AVCHD MPEG-2 transport stream’ ;
    $tables_sequencesm2ts ? = ’BDAV MPEG-2 Transport Stream’ ;