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)

  • Anomalie #3309 (Fermé) : Fil d’ariane sur la page ?exec=infos_perso

    22 octobre 2014, par marcimat ☺☮☯♫

    Fermé par r21663 et r21664

  • MP4 container parsing : What is 'Alias Data Handler' for ?

    8 février 2023, par Michael IV

    I have an mp4 file which I am parsing with this demuxer lib. I stumbled upon a bug when trying to identify a track type. MP4 container keeps this info in hdlr box. In the docs and in the lib there are only two options 'vide' or 'soun',but in this case I am getting 'alis'.
While debugging the lib to see how I get this value I noticed that the parser hits 'hdlr' twice : first time setting 'vide' for the only video track in the file, and second time overwriting with 'alis'.
I have loaded the video into MP4 Explorer GUI app and here is what I see :

    


    enter image description here

    


    Indeed,there is second hdlr box there,which doesn't exist in other mp4 files I tried to parse. My questions are :

    


      

    1. What is this token for ?
    2. 


    3. When is it inserted into mp4 ?
    4. 


    5. Can I just discard 'alis' when encountering one during the parsing ?
    6. 


    


  • Révision 21501 : #3162 et sans doute d’autres cas : la fonction _sqlite_func_regexp_match doit ut...

    10 août 2014, par cedric -

    + optimisation : quand $quoi est vide (ce qui est souvent le cas sur les requetes SQL), retourner false tout de suite.