
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (82)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (7442)
-
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.