Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (58)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

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

  • PJSIP with SDL and FFMPEG for iPhone [closed]

    14 décembre 2012, par John Qualis

    Has anyone been able to compile PJSIP with SDL and FFMPEG support for iOS ?

  • avformat/hls : add option for the m3u8 list load max times

    18 novembre 2019, par Steven Liu
    avformat/hls : add option for the m3u8 list load max times
    

    set max times for load m3u8 when the m3u8 list refresh do not with new
    segments any times.

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

    • [DH] doc/demuxers.texi
    • [DH] libavformat/hls.c
  • avformat/dhav : Do not evaluate avio_size() multiple times

    6 juin, par Michael Niedermayer
    avformat/dhav : Do not evaluate avio_size() multiple times
    

    Code like FFMIN(MAX_DURATION_BUFFER_SIZE, avio_size(s->pb)) is not safe
    as FFMIN() is a macro and avio_size() is thus evaluated multiple
    times

    Reviewed-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dhav.c