Recherche avancée

Médias (91)

Autres articles (105)

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

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

Sur d’autres sites (11656)

  • How to install and run phpize

    4 avril 2022, par Hrishikesh Choudhari

    I have been meaning to install ffmpeg as an extension to my PHP setup. So before I can install it, I need to phpize it. I installed php5-dev by sudo apt-get install php5-dev. But now when I run phpize I get the following error :

    



    phpize
Cannot find config.m4. 
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module


    



    The location of my php.ini is /usr/local/zend/etc/php.ini

    



    From another online resource I tried this

    



    sudo apt-get install autoconf automake libtool m4


    



    But all of them are already installed.

    



    Locate config.m4 didn't return anything.

    



    Any pointers here how I can get phpize and thus, ffmpeg up and running ?

    


  • ffmpeg with libsoxr resolve dependecies

    15 février 2014, par Jelly

    I'm trying to compile ffmpeg with libsoxr, so I use the flag --enable-libsoxr when calling ./configure. I have installed libsoxr, and the location of the headers added to PATH. However when I try to compile it I get an error : ERROR: libsoxr not found, and in config.log it says :

    fatal error: soxr.h: No such file or directory
    #include

    I think ./configure doesn't make use of PATH or something...Is there another way to specify dependencies for ffmpeg ?

  • Stream MP4 over HTTP without segments

    23 novembre 2017, par Ben van Hartingsveldt

    I’m trying to stream MP4.

    If you stream MP3, you can stream it to something (maybe via RTMP or via IceCast) and watch it via HTTP (but no HLS). Your live MP3 file is something like : http://example.com/live.mp3. Here you can listen to live generated MP3.

    Now I want something simular with MP4.
    I want to stream MP4 (AVC/H.264) to a server (maybe via RTMP) and want to receive the livestream on this location : http://example.com/live.mp4.
    I don’t want to use HLS (with it’s M3U8 file and TS-files).

    Is this possible ?

    I know it works with a already generated MP4, after you converted it to a FastStart/WebOptimised MP4, but I want a LIVE mp4.