Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (24)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

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

Sur d’autres sites (7061)

  • Revision 5d0c33b8e5 : Build iOS targets with XCode 5 Thanks to armando.dicianno for the patch Fixes

    13 novembre 2013, par Johann

    Changed Paths :
     Modify /build/make/configure.sh


     Modify /configure



    Build iOS targets with XCode 5

    Thanks to armando.dicianno for the patch

    Fixes issue #603

    Change-Id : I91ec030e5674b82c05115ed4dfbdb8ccbff22b66

  • PJSIP + FFMPEG build error

    1er septembre 2017, par Dmitry Zhgun

    I’m trying to build PJSIP with FFMPEG for Android.
    For building FFMPEG with rtmp and openssl, I use this project :
    https://github.com/cine-io/android-ffmpeg-with-rtmp

    and it compiles pretty well.

    Then I’m compiling pjsip 2.6 with ffmpeg. Here is the part from my build file :

       APP_PLATFORM=android-${TARGET_ANDROID_API} NDK_TOOLCHAIN_VERSION=4.9 TARGET_ABI=$arch ./configure-android --use-ndk-cflags \
                                        --with-ssl="${OPENSSL_BUILD_OUT_PATH}/libs/${arch}" \
                                        --with-ffmpeg="${BASE_DIR}/ffmpeg-output"
                                        >>"${FINAL_BUILD_LOGS}/${arch}.log" 2>&1

    My target ABI is armeabi.

    Also, i’ve defined these two flags :

    #define PJMEDIA_HAS_VIDEO 1

    #define PJMEDIA_HAS_FFMPEG 1

    But the build failed with a bunch of these two errors :

    error : cannot find -lbz2

    error : cannot find -lasound

    A have libasound2-dev and bzip2 installed on my Ubuntu 16.04 LTS VM.

    Before that, I’ve successfully made pjsip builds with OpenH264 with no errors like this.

    Is there any way to tell linker(or whatever it is) how to find those packages ?

  • Revision 5677b25b28 : vs9 build : avoid deprecated /Wp64 flag quiets a warning on every file ; the pref

    6 avril 2013, par James Zern

    Changed Paths :
     Modify /build/make/gen_msvs_proj.sh



    vs9 build : avoid deprecated /Wp64 flag

    quiets a warning on every file ; the preference is to use a 64-bit
    compiler, which is readily available at and above this version.

    Change-Id : I56e7eb569022e7148249d93fe386ad5ea0eee3fc