Recherche avancée

Médias (91)

Autres articles (37)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

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

  • ffserver : warn if config uses a system port

    18 août 2014, par Reynaldo H. Verdejo Pinochet
    ffserver : warn if config uses a system port
    

    Should be harmless as far as users know what they are doing
    but an informative warning wont hurt. For details, refer to
    http://tools.ietf.org/html/rfc6335

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] ffserver.c
  • lavfi : port perspective filter from libmpcodecs

    12 juillet 2013, par Paul B Mahol
    lavfi : port perspective filter from libmpcodecs
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] Changelog
    • [DH] LICENSE
    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_perspective.c
  • rtpproto : Allow specifying a separate rtcp port in ff_rtp_set_remote_url

    31 juillet 2013, par Martin Storsjö
    rtpproto : Allow specifying a separate rtcp port in ff_rtp_set_remote_url
    

    A separate rtcp port can already be set when opening the rtp
    protocol normally, but when doing port setup as in RTSP (where
    we first need to open the local ports and pass them to the peer,
    and only then receive the remote peer port numbers), we didn’t
    check the same url parameter as in the normal open routine.

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

    • [DBH] libavformat/rtpproto.c