Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (97)

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

  • Live Audio Streaming with live555

    19 août 2014, par Godspped

    I am trying to send a MP2 encoded frame via RTSP (live555) from a live source, (microphone). I am using ffmpeg to encode audio stream, and I am sending it overriding FramedSource and for the OnDemandServer I am using MPEG1or2AudioRTPSink.hh and MPEG1or2AudioStreamFramer.hh.

    Now in VLC I get to hear maybe half a second worth of sound and then it just stops... I dont know what I am doing wrong.

    Has anyone experienced this problem before ? Am I doing this right, should I be override a different class ?

    Thanks in advance.

  • Insert Chroma key videos in middle of the video using ffmpeg

    24 juillet 2020, par kapilkarda

    I have created a video using ffmpeg command to merge chroma key with video file and it is working perfectly fine, but I want to insert this chroma key from particular time frame, can anyone help me with that ?

    


    Thanks in advance
Happy Coding..

    


  • laravel 5.5 not compatible with new ffmpeg

    29 mars 2018, par Stephany. S123

    I need to download ffmpeg for my laravel application. I found a package but its only compataible with laravel 5.6 but the thing is I can not use use 5.6 because it requires php 7.1 and up and I have laravel 5.5 which supports php 7.0 and up and my web hosting site has up to php 7.0 so I have to keep my laravel version at 5.5. So where is the ffmpeg version for laravel 5.5. I hope you understand where I am coming from. Thanks in advance