Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (98)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Evolution #3603 : Ergonomie des onglets de sélection des plugins

    23 novembre 2015

    une possibilité sur les onglets : afficher le nombre de plugins concernés

    cela pourrait pratique pour comparer deux sites (prod / dev par exemple)

    la maquette mise à jour
    https://framapic.org/AnHfBKrPp01N/OIj1iNpA

  • How is `ffplay` detecting that the sound file from pipe-connected ffmpeg has finished ?

    20 novembre 2017, par Izumi Kawashima

    The following code playes "sample.mp3", and terminates. This is so surprising because the data passed via pipe are binary streams, so ffplay should have no idea about the duration of "sample.mp3", but it terminates right after it reaches the end.

    $ cat sample.mp3 | ffmpeg -i pipe:0 -f mp3 pipe:1 | ffplay -autoexit -

    What binary signal is ffplay watching to detect the terminal of sample.mp3 ?

  • FFMPEG static build for linux with rtmpe protocol

    22 mai 2014, par Maruf

    Can I get any ffmpeg binary static build for linux which supports rtmpte:// source.
    Tried building it from source with —enable-protocol=rtmpe with no luck.

    The static builds for linux available here don’t have rtmpe support.
    Whereas the windows binary build has support for rtmpe potocol.
    Means ./ffmpeg -protocols shows rtmpe along with rtmp, rtmpt.. in windows but in case of linux binary the rtmp(e) variations are missing.
    Also i can download a rtmpe stream in windows whereas in linux it says protocol not supported.

    I guess I need to build it with —enable-librtmp but i have little knowledge how all dependencies be resolved.