Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (18)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

Sur d’autres sites (3422)

  • aacenc : use av_clip() instead of av_clip() during quantization

    30 mars 2016, par Rostislav Pehlivanov
    aacenc : use av_clip() instead of av_clip() during quantization
    

    Seems like clang might be miscompiling it and causing a signed integer overflow,
    making a FATE test fail.
    Doesn’t seem to affect performance, it only runs on the ESC codebook.

    Reviewed-by : Claudio Freire <klaussfreire@gmail.com>
    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc_quantization.h
  • Using ffplay as a C++ library ?

    20 janvier 2024, par Victor M

    I want to be able to use the functionality of ffplay as a C++ library, as opposed to a standalone command line tool. Right now in C++, I am able to call ffplay via std::system, but this isn't ideal for performance as is documented extensively here, chief of which is simply that we need to spawn new shell processes in order to execute this.

    &#xA;

    My application attempts to feed in a bytestream of audio data to a media player. Running a command like cat /tmp/f.mp3 | ffplay -v 0 -nodisp -autoexit - runs smoothly but somewhat slowly/not instantaneously. I would ideally like to be able pass in a bytestream to an ffplay function or via some library that I can link directly to my application. I think ffplay is quite useful here, as it integrates ffmpeg and SDL together.

    &#xA;

    Is this possible at all ? Or is the only hope to use the command line functionality ?

    &#xA;

  • Discord v13 audioPlayer playing state changed to idle for unknown reason

    14 septembre 2021, par zS1L3NT

    When I play a song, the audioPlayer's state goes from buffering to playing to idle for no reason, without throwing any errors too. The weird thing is that the code I made runs perfectly fine on my Windows 11 Laptop. The error only occurs when I run the exact same code on my Ubuntu VPS. Here is the dependency report when run on the Ubuntu VPS

    &#xA;

    --------------------------------------------------&#xA;Core Dependencies&#xA;- @discordjs/voice: 0.6.0&#xA;- prism-media: 1.3.2&#xA;&#xA;Opus Libraries&#xA;- @discordjs/opus: 0.6.0&#xA;- opusscript: not found&#xA;&#xA;Encryption Libraries&#xA;- sodium: not found&#xA;- libsodium-wrappers: 0.7.9&#xA;- tweetnacl: not found&#xA;&#xA;FFmpeg&#xA;- version: 4.4-static https://johnvansickle.com/ffmpeg/&#xA;- libopus: yes&#xA;--------------------------------------------------&#xA;

    &#xA;

    What should I do to fix this ?

    &#xA;