Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (91)

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

  • Capture microphone input with ffmpeg on Mac and streaming

    14 novembre 2016, par Fréderic Cox

    I am trying to capture the microphone input on my MacBook (default mic) and streaming this via rtp :// but I’m unable to find anything on how to do this. I tried using VLC but no luck either. I want to do this command line. With the below command the streaming works but I don’t know how to adjust this command to specify it needs to use the microphone as input. Anyone can help me ?

    ./ffmpeg -re -f lavfi -i aevalsrc="sin(400*2*PI*t)" -ar 8000 -f mulaw -f rtp rtp ://127.0.0.1:1234

  • Capture microphone input with ffmpeg on Mac and streaming

    30 mars 2022, par Fréderic Cox

    I am trying to capture the microphone input on my MacBook (default mic) and streaming this via rtp :// but I'm unable to find anything on how to do this. I tried using VLC but no luck either. I want to do this command line. With the below command the streaming works but I don't know how to adjust this command to specify it needs to use the microphone as input. Anyone can help me ?

    



    ./ffmpeg -re -f lavfi -i aevalsrc="sin(400*2*PI*t)" -ar 8000 -f mulaw -f rtp rtp ://127.0.0.1:1234

    


  • MBP Retina Isight and FFmpeg

    6 septembre 2017, par Manuhoz

    I try to reach the video stream from my brand new MacBook Pro Retina (Mavericks) to use it as an input in ffmpeg (and stream it again via RTMP).

    I’ve tried different solutions in other stack overflow’s topics but none seems to work :

    wacaw -L doesn’t list any device

    Quicktime Broadcaster doesn’t display any video (Audio only)

    but the Isight does work in Photo Booth.

    Any ideas ? Anyone working on the subject ?