Recherche avancée

Médias (91)

Autres articles (48)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (5630)

  • FileNotFoundError : [Errno 2] No such file or directory : 'ffprobe' when trying audio = AudioSegment.from_file() [duplicate]

    24 janvier 2024, par Anand Singh

    Trying to convert an audio file to wav format file using :

    


    AudioSegment.from_file(input_audio_file).

    


    Functionality works fine on local machine, however when deployed on Heroku seeing a following error logs :

    


    FileNotFoundError : [Errno 2] No such file or directory : 'ffprobe'

    


  • how to recompile with -fPIC

    7 juillet 2016, par user1455085

    I was trying to reinstall my ffmpeg, following this guide, on my ARM Ubuntu machine.
    Unfortunatley, when I compile a program which uses this lib I get the following failure :

    /usr/bin/ld: /usr/local/lib/libavcodec.a(amrnbdec.o): relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
    /usr/local/lib/libavcodec.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status

    Now I would like to recompile it with -fPIC like the compiler is suggesting but I have no idea how. Any help is appreciated.

  • Discord.py bot randomly disconnects and reconnects while playing audio and being hosted on google cloud VM

    15 avril 2021, par Radush

    I recently made a music bot in Python and I've hosted it from my computer for a while for testing.

    


    When I run it on my computer it works flawlessly, however, when I run it from Google Cloud Compute Engine, I get random hiccups in which the bot leaves and rejoins the voice channel for a brief second every few minutes while playing audio. Sometimes it stops playing the audio entirely and sometimes it does its job like normal.

    


    I tried upgrading the CPU and RAM of the VM. Current specs :

    


    Machine type :
e2-standard-4 (4 vCPUs, 16 GB memory)

    


    I'm running the script within "screen" so I don't have to interact with the VM in any way, so this may be an issue.