Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (101)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (7643)

  • avformat/http: Add short_seek_size option

    26 octobre 2021, par Derek Buitenhuis
    avformat/http: Add short_seek_size option
    

    In 45bfe8b838275235412777dd430206d9a24eb3ee, short_seek_threshold was removed
    from the public AVIO struct. Although this option was private and not intended
    to be used by public API users, it was nonetheless, because it provided functionality
    that could otherwise not be gained via public API.

    This was especially important for networked I/O like HTTP, where the internal
    size for lavf could be way to small depending on the specifics of a user's
    usecase, such as reading interlavd media files from cloud storage.

    Add an AVOption to make this functionality accessible to the HTTP client.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/http.c
    • [DH] libavformat/version.h
  • Convert RTP/UDP Stream to HTTP with ffmpeg

    14 février 2020, par inversus

    As you may know, Android uses a strange implementation of RTP - It can only play low bitrate RTP streams. On the other hand, it can play Full HD HTTP stream flawlessly.

    I’m trying a workaround for this problem : As stated in the title, using ffmpeg to convert the RTP/UDP stream to HTTP.

    I’ve already compile ffmpeg for android, but I’m having difficulties configuring the ffserver.conf.

    1. Is it possible to achieve what I want with ffmpeg ?
    2. I dont need any transcoding, will it use lots of the processor/memory ?
    3. Can you help me with these configurations ?

    I receive a udp/rtp multicast stream :

    • udp ://@239.192.1.31:1234 or rtp ://@239.192.1.31:1234 - TV channels

    I want to output to HTTP :

    Thank you in advance
    inversus

  • Convert RTP/UDP Stream to HTTP with ffmpeg

    31 août 2011, par inversus

    As you may know, Android uses a strange implementation of RTP - It can only play low bitrate RTP streams. On the other hand, it can play Full HD HTTP stream flawlessly.

    I'm trying a workaround for this problem : As stated in the title, using ffmpeg to convert the RTP/UDP stream to HTTP.

    I've already compile ffmpeg for android, but I'm having difficulties configuring the ffserver.conf.

    1. Is it possible to achieve what I want with ffmpeg ?
    2. I dont need any transcoding, will it use lots of the processor/memory ?
    3. Can you help me with these configurations ?

    I receive a udp/rtp multicast stream :

    • udp ://@239.192.1.31:1234 or rtp ://@239.192.1.31:1234 - TV channels

    I want to output to HTTP :

    Thank you in advance
    inversus