
Recherche avancée
Autres articles (60)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parPré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 ) (...)
Sur d’autres sites (8882)
-
Failed to start broadcast : kurento.MediaPipeline not found (Code:40101, Type:null, Data : {"type" :"MEDIA_OBJECT_NOT_FOUND"})
30 avril 2020, par Arslan MaqboolI am facing this issue when I opened any conference room or any meeting then the camera or microphone or sharedscreen is opened from just 1 or 2 seconds and then
 gone and error message popup in the image below which is attached and in text



I am using open-meeting version 5.0.0-M3 WebRTC



> Failed to start broadcast: Object
> '4f09d0d4-f52f-4731-9e54-124e2da0ca9a_kurento.MediaPipeline' not found
> (Code:40101, Type:null, Data: {"type":"MEDIA_OBJECT_NOT_FOUND"})






-
ffpyplayer with libx264 error : cannot locate symbol "avio_seek" referenced by "player.so"
2 décembre 2016, par Gerasimov MikhailKivy’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_x264Here’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 MikhailKivy’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_x264Here’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.