Recherche avancée

Médias (91)

Autres articles (85)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6074)

  • error on install ffmpeg-php

    22 août 2013, par user2435642

    I'm tring to install ffmpeg-php

        ]# make
        /bin/sh /root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/libtool —mode=compile cc  -I. -I/root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/include -I/root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/main -I/root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/enter code herelibswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/  -DHAVE_CONFIG_Henter code here  -g -O2 -Wall -fno-strict-aliasing   -c /root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/ffmpeg-php.c -o ffmpeg-php.lo 
        libtool : compile :  cc -I. -I/root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/include -I/root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/main -I/root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/ffmpeg-php.c  -fPIC -DPIC -o .libs/ffmpeg-php.o
        In file included from /usr/include/sys/stat.h:107,
                         from /usr/include/php/main/php_streams.h:28,
                         from /usr/include/php/main/php.h:395,
                         from /root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/ffmpeg-php.c:40 :
        /usr/include/bits/stat.h:91 : error : field ‘st_atim’ has incomplete type
        /usr/include/bits/stat.h:92 : error : field ‘st_mtim’ has incomplete type
        /usr/include/bits/stat.h:93 : error : field ‘st_ctim’ has incomplete type
        /usr/include/bits/stat.h:152 : error : field ‘st_atim’ has incomplete type
        /usr/include/bits/stat.h:153 : error : field ‘st_mtim’ has incomplete type
        /usr/include/bits/stat.h:154 : error : field ‘st_ctim’ has incomplete type
        In file included from /usr/include/php/main/php_streams.h:28,
                         from /usr/include/php/main/php.h:395,
                         from /root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/ffmpeg-php.c:40 :
        /usr/include/sys/stat.h:367 : error : array type has incomplete element type
        /usr/include/sys/stat.h:374 : error : array type has incomplete element type
        In file included from /usr/include/php/main/php.h:401,
                         from /root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/ffmpeg-php.c:40 :
        /usr/include/php/TSRM/tsrm_virtual_cwd.h:218 : error : expected specifier-qualifier-list before ‘time_t’
        /usr/include/php/TSRM/tsrm_virtual_cwd.h:246 : error : expected declaration specifiers or ‘...’ before ‘time_t’
        /root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/ffmpeg-php.c : In function ‘zm_startup_ffmpeg’ :
        /root/ffmpeg_sources/php-ffmpeg/ffmpeg-php-0.6.0/ffmpeg-php.c:94 : warning : implicit declaration of function ‘avcodec_init’
        make : * [ffmpeg-php.lo] Error 1
    

    i'm getting this error when try to make. Please help !

  • avformat/hlsenc : Fix check for SPS

    20 octobre 2020, par Andreas Rheinhardt
    avformat/hlsenc : Fix check for SPS
    

    Check all the six bits, not only the two bits that are set for SPS.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/hlsenc.c
  • FFMPEG - build ubuntu 32 bit - missing shared library : libspeex

    29 avril 2013, par Benoit Brayer

    I am currently doing a cross platform software calling ffmpeg in c++ and I need a ffmpeg build working on both ubuntu 32bits and 64bits for the installer.
    I also need this ffmpeg build to include librtmp, libh264, x11-grab, alsa, and mp3.

    I tried to compile ffmpeg on a 32bits virtual box to have a ffmpeg build working on ubuntu 32 bits and 62 bits.

    I used this guide to build ffmpeg :
    https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide

    After compiling all the libs and ffmpeg himself, after installation using the deb files, ffmpeg is working perfectly on the 32bits virtualbox with all of my required components but not on my 62bits ubuntu.

    When executing ffmpeg on ubuntu 64bits i got a message saying : impossible find the shared library libspeex.

    Do you have any idea why I have this problem only on linux 64bits with the save deb files ?
    Do you know a website where i could find an ffmpeg 32bits build with all the components I need (static if possible) ?
    I tried this website http://ffmpeg.gusari.org/static/ but the build is not including alsa...

    I have a build for windows working perfectly, I downloaded the 32 bits static build on this website : zeranoe builds website for windows.

    Thanks in advance for any answer.
    Regards.

    Benoit Brayer