
Recherche avancée
Autres articles (63)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Le profil des utilisateurs
12 avril 2011, parChaque 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 (5393)
-
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.