Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (78)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (12415)

  • Open source media server for web service.

    20 février 2016, par Scarface

    I am currently building a website where users can listen to music, and watch videos. However, I am worried about the media content(music/videos) being downloaded from the website(I initially stuck to the HTML5 video/audio tags), I did a little research and found that my best option to prevent this was by using a media server, I have search for free open source media servers to use, but none seem promising. I thought my best bet was ffmpeg, but I am scared to use it as there it seems to be no longer maintained. Does anyone know of any good media servers out there I could use ?

  • FFMpeg concat streams

    26 mars 2016, par chourizo

    I am trying to receive two H264 UDP streams from two cameras, and save them to one file (so they are always synchronized). I tried a lot of things, but it always says that there is no video on the second stream (although I can watch it).

    ffmpeg -probesize 20M -analyzeduration 20M -i udp://@127.0.0.1:1234 -probesize 20M -analyzeduration 20M -i udp://@127.0.0.1:1235 -filter_complex "[0:v]fps=15,scale=320:240,setsar=1/1,setpts=PTS-STARTPTS[v0]; [1:v]fps=15,scale=320:240,setsar=1/1,setpts=PTS-STARTPTS[v1]; [v0][v1]concat=n=2:v=1:a=0 [v0] [v1]" -map "[v0]" -map "[v1]" -threads 0 -y kk.ts

    Is it possible to apply the concat to real time streams, so we have a video with two programs as a result ?

  • Xuggle build failed on ubuntu x64 ?

    3 avril 2012, par beginner

    After downloading the source code from GIT hub I setup the enviroment variables
    as Xuggle YouTube Video said so

      export XUGGLE_HOME=/usr/local
      export PATH=$XUGGLE_HOME/bin:$PATH
      export LD_LIBRARY_PATH=$XUGGLE_HOME

    Then I simply started the ant test by command

    ant run-tests

    Which gave me following output with error in the end ..

    compile-native-do:
        [exec] Making all in captive
        [exec] make[1]: Entering directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive'
        [exec] Making all in libvo-aacenc
        [exec] make[2]: Entering directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libvo-aacenc'
        [exec] Incarcerated package configured: ../../../../../captive/libvo-aacenc
        [exec] Incarcerating package ../../../../../captive/libvo-aacenc to fake DESTDIR=/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive
        [exec] make[3]: Entering directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libvo-aacenc/csrc'
        [exec] make  all-am
        [exec] make[4]: Entering directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libvo-aacenc/csrc'
        [exec] make[4]: Leaving directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libvo-aacenc/csrc'
        [exec] make[3]: Leaving directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libvo-aacenc/csrc'
        [exec] Incarceration complete: ../../../../../captive/libvo-aacenc
        [exec] make[2]: Leaving directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libvo-aacenc'
        [exec] Making all in libopencore-amr
        [exec] make[2]: Entering directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libopencore-amr'
        [exec] Incarcerated package must be reconfigured; regenerating out of date captive Makefile from: ../../../../../captive/libopencore-amr/csrc/configure
        [exec] /bin/mkdir -p csrc
        [exec] cd csrc && sh ../incarcerate
        [exec] Creating release version of libopencore-amr:
        [exec] Copying /home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/../../../../captive/libopencore-amr/csrc to /home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libopencore-amr/csrc
        [exec] Configuring libopencore-amr with these options:  --enable-shared
        [exec] checking for a BSD-compatible install... /usr/bin/install -c
        [exec] checking whether build environment is sane... yes
        [exec] checking for a thread-safe mkdir -p... /bin/mkdir -p
        [exec] checking for gawk... no
        [exec] checking for mawk... mawk
        [exec] checking whether make sets $(MAKE)... yes
        [exec] checking how to create a ustar tar archive... gnutar
        [exec] checking whether to enable maintainer-specific portions of Makefiles... no
        [exec] checking build system type... x86_64-unknown-linux-gnu
        [exec] checking host system type... x86_64-unknown-linux-gnu
        [exec] checking for g++... no
        [exec] checking for c++... no
        [exec] checking for gpp... no
        [exec] checking for aCC... no
        [exec] checking for CC... no
        [exec] checking for cxx... no
        [exec] checking for cc++... no
        [exec] checking for cl.exe... no
        [exec] checking for FCC... no
        [exec] checking for KCC... no
        [exec] checking for RCC... no
        [exec] checking for xlC_r... no
        [exec] checking for xlC... no
        [exec] configure: error: in `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libopencore-amr/csrc':
        [exec] configure: error: C++ compiler cannot create executables
        [exec] See `config.log' for more details.
        [exec] make[2]: *** [/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libopencore-amr/csrc/Makefile] Error 1
        [exec] make[1]: *** [all-recursive] Error 1
        [exec] make: *** [all-recursive] Error 1
        [exec] checking for C++ compiler default output file name...
        [exec] Could not configure library: "/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/../../../../captive/libopencore-amr"; you may want to try disabling it or installing your own version
        [exec] make[2]: Leaving directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive/libopencore-amr'
        [exec] make[1]: Leaving directory `/home/uroot/xuggle/build/native/x86_64-unknown-linux-gnu/captive'

    BUILD FAILED
    /home/uroot/xuggle/mk/buildtools/buildhelper.xml:1149: exec returned: 2