Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (71)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

Sur d’autres sites (8341)

  • avcodec/takdec : add code that got somehow lost in process of REing

    20 avril 2016, par Paul B Mahol
    avcodec/takdec : add code that got somehow lost in process of REing
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/takdec.c
  • Need help : Discord Player FFMPEG Process Not Terminating Properly - Return Code -9

    26 février 2023, par Goten

    I am encountering an issue with Discord Player's FFMPEG process that is not terminating properly. I receive the following error message :

    &#xA;

    "INFO discord.player ffmpeg process 10984 has not terminated. Waiting to terminate...&#xA;INFO discord.player ffmpeg process 10984 should have terminated with a return code of -9"

    &#xA;

    I am not sure what this error means or how to fix it. I have attempted to restart my computer and the Discord bot, but the error persists. I have also checked for any updates to Discord and FFMPEG, but there are none available.

    &#xA;

    This error is preventing me from using Discord bot for streaming the audio, and I would appreciate any assistance in resolving it. If anyone has encountered this issue before or has any suggestions for how to fix it, I would be grateful for your help.

    &#xA;

    Thank you in advance.

    &#xA;

    What i am expecting :

    &#xA;

    I am currently experiencing an issue with my Discord bot, where it is not able to play audio in the voice channel despite being provided with a valid URL. I have attempted to troubleshoot this issue by examining the bot's code and verifying that it is correctly configured to play audio in the voice channel.

    &#xA;

    Furthermore, I have checked the Discord API documentation and ensured that I am following the appropriate guidelines for playing audio in a voice channel. Additionally, I have verified that the bot has the necessary permissions to join and play audio in the voice channel.

    &#xA;

    However, despite my efforts, the bot is still unable to play audio in the voice channel. I am expecting the bot to play the audio once the URL is provided, but it does not appear to be functioning correctly.

    &#xA;

    I would appreciate any assistance in resolving this issue and getting my bot to play audio in the voice channel as intended.

    &#xA;

  • avutil/frame : continue to process bufs even if some are empty

    20 mai 2013, par Xidorn Quan
    avutil/frame : continue to process bufs even if some are empty
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/frame.c