Recherche avancée

Médias (91)

Autres articles (107)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (13183)

  • avcodec/opusdec : Fix delayed sample value

    7 mars 2015, par Michael Niedermayer
    avcodec/opusdec : Fix delayed sample value
    

    Fixes out of array access
    Fixes : ffmpeg_opus_crash1.ogg

    This solution is likely not optimal in terms of error concealment but
    its simple and fixes the out of array access.

    Found-by : Thomas Lindroth <thomas.lindroth@gmail.com>
    Tested-by : Thomas Lindroth <thomas.lindroth@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/opusdec.c
  • Revision 26469 : Un petite locution manquante

    24 avril 2010, par kent1@… — Log

    Un petite locution manquante

  • ffmpeg audio over network [closed]

    22 août 2023, par mcam77

    I am trying to transmit audio(from mic) over network with ffmpeg. When the audio is silent, ffmpeg seems to reduce the datastream.&#xA;I have reduced the problem to an audiofile with Hello World, 2sec pause and Hello World again.

    &#xA;

    When i play this with

    &#xA;

    ffmpeg.exe -re -i F:\hw.mp3   -acodec mp3  -f mp3 udp://192.168.10.10:40001&#xA;ffplay.exe -i udp://192.168.10.10:40001 -nodisp&#xA;

    &#xA;

    I can hear 2 times "Hello World" with a pause.

    &#xA;

    When i do it with a raspberry

    &#xA;

    ffmpeg.exe -re -i F:\hw.mp3   -acodec mp3  -f mp3 udp://192.168.10.100:40001&#xA;ffplay -i udp://192.168.10.100:40001 -nodisp&#xA;

    &#xA;

    I only hear "World pause Hello World"

    &#xA;

    The first hello is gone.

    &#xA;

    Anybody could help me ?

    &#xA;

    adding a black screen video no success

    &#xA;

    reduced to a hello world audio file.

    &#xA;

    tried different containers/codecs with/without video

    &#xA;