Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (82)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Supporting all media types

    13 avril 2011, par

    Unlike 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, par

    MediaSPIP 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 Maqbool

    I 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"})


    



    enter image description here

    


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