Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (25)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Fix JQMIGRATE warning about `jQuery.expr[" :"]`.

    20 février 2020, par blueimp
  • ffpyplayer with libx264 error : cannot locate symbol "avio_seek" referenced by "player.so"

    2 décembre 2016, par Gerasimov Mikhail

    Kivy’s ffpyplayer 3.2 can be built with python-for-android’s old toolchain recipe. I also want ffpyplayer to open more video formats so I try to add libx264 for ffmpeg2 recipe.

    I created separate recipe for libx264, here’s how I build lib :

    try ./configure \
     --cross-prefix=arm-linux-androideabi- \
     --sysroot="$NDKPLATFORM" \
     --host=arm-linux \
     --enable-pic \
     --disable-asm \
     --disable-cli \
     --disable-opencl \
     --enable-shared \
     --prefix=$BUILD_x264

    Here’s main part where I add libx264 to ffmpeg2 :

    debug "Activate flags for x264 / ffmpeg2"
    x264_CFLAGS="-I$BUILD_x264/include/"
    x264_LDFLAGS="-L$BUILD_x264/lib/ -Wl,-soname,libx264.so"

    Everything compiles fine, but I’m getting error when trying to use ffpyplayer on Android device :

    ffpyplayer - ImportError : dlopen failed : cannot locate symbol
    "avio_seek" referenced by "player.so"

    Any idea what can it be ?

    I have no knowledges in compiling libs so I would be grateful if you suggest me way where to go to find reason of this error.

  • ffpyplayer with libx264 error : cannot locate symbol "avio_seek" referenced by "player.so"

    2 décembre 2016, par Gerasimov Mikhail

    Kivy’s ffpyplayer 3.2 can be built with python-for-android’s old toolchain recipe. I also want ffpyplayer to open more video formats so I try to add libx264 for ffmpeg2 recipe.

    I created separate recipe for libx264, here’s how I build lib :

    try ./configure \
     --cross-prefix=arm-linux-androideabi- \
     --sysroot="$NDKPLATFORM" \
     --host=arm-linux \
     --enable-pic \
     --disable-asm \
     --disable-cli \
     --disable-opencl \
     --enable-shared \
     --prefix=$BUILD_x264

    Here’s main part where I add libx264 to ffmpeg2 :

    debug "Activate flags for x264 / ffmpeg2"
    x264_CFLAGS="-I$BUILD_x264/include/"
    x264_LDFLAGS="-L$BUILD_x264/lib/ -Wl,-soname,libx264.so"

    Everything compiles fine, but I’m getting error when trying to use ffpyplayer on Android device :

    ffpyplayer - ImportError : dlopen failed : cannot locate symbol
    "avio_seek" referenced by "player.so"

    Any idea what can it be ?

    I have no knowledges in compiling libs so I would be grateful if you suggest me way where to go to find reason of this error.