Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (15)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5923)

  • rtmpproto : Move the flv header/trailer addition to append_flv_data

    3 octobre 2013, par Martin Storsjö
    rtmpproto : Move the flv header/trailer addition to append_flv_data
    

    update_offset is also called from handle_metadata, where the
    packet header sizes is already included in the size.

    Previously this lead to flv_data/flv_size including 15 uninitialized
    bytes at the end after each call to handle_metadata, making the
    flv demuxer lose sync with the stream.

    Also remove leftover copying in handle_metadata. This is a leftover
    from the refactoring in 5840473. (Previously this final mempcy was
    the one that copied all the packets at once, while this is done
    within the loop right now.) After making sure flv_size is set to
    the right size, this write was out of bounds.

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

    • [DH] libavformat/rtmpproto.c
  • rtmpproto : Pass the ’live’ parameter in the right unit

    3 octobre 2013, par Martin Storsjö
    rtmpproto : Pass the ’live’ parameter in the right unit
    

    The current magic numbers passed are values in seconds, while the
    parameter itself should be passed over the wire in milliseconds.

    This makes (some/all ?) live streams from Red5 work correctly, that
    previously returned StreamNotFound even with "-rtmp_live live". After
    this commit, the default ’any’ also works on these streams.

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

    • [DBH] libavformat/rtmpproto.c
  • rtmpproto : Move the flv header/trailer addition to append_flv_data

    3 octobre 2013, par Martin Storsjö
    rtmpproto : Move the flv header/trailer addition to append_flv_data
    

    update_offset is also called from handle_metadata, where the
    packet header sizes is already included in the size.

    Previously this lead to flv_data/flv_size including 15 uninitialized
    bytes at the end after each call to handle_metadata, making the
    flv demuxer lose sync with the stream.

    Also remove leftover copying in handle_metadata. This is a leftover
    from the refactoring in 5840473. (Previously this final mempcy was
    the one that copied all the packets at once, while this is done
    within the loop right now.) After making sure flv_size is set to
    the right size, this write was out of bounds.

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

    • [DBH] libavformat/rtmpproto.c