Recherche avancée

Médias (91)

Autres articles (98)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6172)

  • Build PJSIP with video support on Windows 7, with MinGW

    3 juillet 2015, par Daniel V

    I’m trying to build PJSIP with video support for Windows OS, on my Windows 7 PC by using MinGW.
    Following the official guide from PJSIP :
    http://trac.pjsip.org/repos/wiki/Getting-Started/Autoconf#VideoSupportfor2.0andabove

    Building PJSIP without video support works as expected for me.

    • I’m using the latest PJSIP 2.2.1 from SVN
    • SDL2-devel-2.0.3-mingw.tar.gz (MinGW 32/64-bit)
    • ffmpeg-20140805-git-de41798-win32-dev

    I have added "#define PJMEDIA_HAS_VIDEO 1" in the config_site.h file
    and I’m building PJSIP with the following options :
    ./configure —with-ffmpeg="/c/PJSIP/ffmpeg" —with-sdl="/c/PJSIP/SDL"

    but I have the following compilation error for SDL :

    c:/PJSIP/SDL/lib/libSDL2main.a(SDL_windows_main.o): In function `console_main':
    /Users/slouken/release/SDL/SDL2-2.0.3-source/foo-x86/../src/main/windows/SDL_win
    dows_main.c:140: undefined reference to `SDL_main'
    collect2.exe: error: ld returned 1 exit status
    make[2]: *** [../bin/pjsua2-test-i686-pc-mingw32] Error 1
    make[2]: Leaving directory `/c/PJSIP/trunk/pjsip/build'
    make[1]: *** [pjsua2-test-i686-pc-mingw32] Error 2
    make[1]: Leaving directory `/c/PJSIP/trunk/pjsip/build'
    make: *** [all] Error 1

    The same error is available with SDL-2.0.2 too.

  • Revision 16872 : update ChangeLog, prepare for release

    5 février 2010, par j — Log

    update ChangeLog ?, prepare for release

  • Revision 86274 : array_merge_recursive est plus simple. Merci RastaPopoulos

    25 novembre 2014, par nicolas.dorigny@… — Log

    array_merge_recursive est plus simple. Merci RastaPopoulos ?