Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

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

  • Evolution #3209 (Fermé) : Permettre de supprimer les fusions (group by) explicitement

    17 février 2021, par cedric -
  • how to play H264 mpegts in iphone

    26 décembre 2012, par jAckOdE

    My server encode video files (h264/acc, mpegts based format) by ffmpeg, and send to a client in a iPhonse. The default mediaplayer of ios sdk can not play those videos. How to play H264/mpegts in Ios ? Is there any opensource player for ios that can play h264/mpeg-ts file.

    Thanks.

  • avformat/rt*p : Joining a SSM multicast group using an SDP (Issue #2171)

    27 juin 2013, par Ed Torbett
    avformat/rt*p : Joining a SSM multicast group using an SDP (Issue #2171)
    

    Passes Source-Specific Multicast parameters read from an sdp file through to the UDP socket code,
    allowing source-specific multicast streams to be correctly received. As an integral part of this
    change, additional checking (currently only enabled in the case of SSM streams, but probably
    useful in similar scenarios) has been added to the RTP protocol handler to distinguish UDP packets
    arriving from multiple sources to the same port and process only the expected packets
    (those transmitted from the expected UDP source address). This resolves an issue identified
    when multiple instances of FFmpeg subscribe to different Source-Specific Multicast streams
    but with each sharing the same destination port.

    Signed-off-by : Edward Torbett <ed.torbett@simulation-systems.co.uk>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rtpproto.c
    • [DH] libavformat/rtsp.c
    • [DH] libavformat/rtsp.h