Recherche avancée

Médias (91)

Autres articles (109)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (12944)

  • Revision 0d1c5f6fd6 : Fixed copyright strings. Fixed issue #1 : data tags occuring before the first aud

    4 janvier 2008, par Marc Noirot

    Changed Paths :
     Modify /ChangeLog


     Modify /NEWS


     Modify /amf.c


     Modify /amf.h


     Modify /config.h.win


     Modify /configure.ac


     Modify /flv.c


     Modify /flv.h


     Modify /flvdump.c


     Modify /flvmeta.c


     Modify /flvmeta.h


     Modify /types.c


     Modify /types.h



    Fixed copyright strings.
    Fixed issue #1 : data tags occuring before the first audio or video tag were not
    written into the output file.

  • tests/fate/audio : set flcl1905 test case with depend formats,decoder,protocol

    5 septembre 2024, par Steven Liu
    tests/fate/audio : set flcl1905 test case with depend formats,decoder,protocol
    

    move fate-flcl1905 with depend on test case,
    because there will get an error when disable-everything with fate-suite samples.

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] tests/fate/audio.mak
  • Fail to play videos using ffplay in concat protocol

    13 janvier 2017, par Jian Guo

    I was trying to play multiple videos online using ffplay with concat protocol. According to the Documentation I tried this command in my terminal :

    ffplay -safe 0 -protocol_whitelist file,http,https,tcp,tls,concat concat:http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear1/prog_index.m3u8\|http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear2/prog_index.m3u8

    But it fails to play those two videos :

    Error when loading first segment 'concat:http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear1/prog_index.m3u8|http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear2/fileSequence0.ts'
    concat:http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear1/prog_index.m3u8|http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear2/prog_index.m3u8: Invalid data found when processing input

    I searched the error for a while but found nothing helps. Any ideas ?