Recherche avancée

Médias (91)

Autres articles (48)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

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

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

  • lavu : Add av_gettime_relative

    22 octobre 2014, par Martin Storsjö
    lavu : Add av_gettime_relative
    

    Since av_gettime() is used in a number of places where actual
    real time clock is required, the monotonic clock introduced in
    ebef9f5a5 would have consequences that are hard to handle. Instead
    split it into a separate function that can be used in the cases
    where only relative time is desired.

    On platform where no monotonic clock is available, the difference
    between the two av_gettime functions is not clear, and one could
    mistakenly use the relative clock where an absolute one is
    required. Therefore add an offset, to make it evident that the
    time returned from av_gettime_relative never is actual current
    real time, even though it is based on av_gettime.

    Based on a patch by Olivier Langlois.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] doc/APIchanges
    • [DBH] libavutil/time.c
    • [DBH] libavutil/time.h
    • [DBH] libavutil/version.h
  • lavf : Use av_gettime_relative

    22 octobre 2014, par Martin Storsjö
    lavf : Use av_gettime_relative
    

    The ones left using av_gettime are NTP timestamps (for RTCP,
    which is specified to send the actual current realtime clock
    in RTCP SR packets), and the NUT muxer timestamper, which is
    documented as using wallclock time.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/hls.c
    • [DBH] libavformat/hlsproto.c
    • [DBH] libavformat/rtpdec.c
    • [DBH] libavformat/rtsp.c
    • [DBH] libavformat/rtspdec.c
    • [DBH] libavformat/sapenc.c
  • lavf : Use av_gettime_relative

    22 octobre 2014, par Martin Storsjö
    lavf : Use av_gettime_relative
    

    The ones left using av_gettime are NTP timestamps (for RTCP,
    which is specified to send the actual current realtime clock
    in RTCP SR packets), and the NUT muxer timestamper, which is
    documented as using wallclock time.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/hls.c
    • [DH] libavformat/hlsproto.c
    • [DH] libavformat/rtpdec.c
    • [DH] libavformat/rtsp.c
    • [DH] libavformat/rtspdec.c
    • [DH] libavformat/sapenc.c