Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

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

    Pré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 (14963)

  • ffmpeg doesn't get data from udp stream

    22 janvier 2021, par kepitto

    I've got an UDP stream of JPEGs (no rtp), and I'm trying to capture it.
I can verify the packets coming in from a specific ip & port, so what I tried is :

    


    ffplay -i udp ://ip.addr:port (from source)

    


    ffmpeg -i udp ://ip.addr:port -b 4000k -c:v libx264 out.mp4 (also tried different chroma subsamplings)

    


    Both don't work.

    


    I am able to manually extract the video through tshark(get payloads) -> pythonscript(formatting) -> ffmpeg converting to mp4, but I cant get it to work straight through ffmpeg, any ideas ?

    


  • building a shared library using android studio ( regarding FFMPEG/Libav Fast Fourier Transform)

    1er juin 2017, par Bishop Duperret

    I’m building some software for android and I’m desperately in need of a faster FFT function than I am currently using.

    After researching I found that libav/FFMPEG have really good FFT functions tailored for the ARM architecture.

    1) What is the most straight forward way to build either libraries as a .SO ?
    (There’s so much info out there I’m overwhelmed)

    2) Since I ONLY need access to the FFT, would it be possible to simple build that c class, license permitting ? Last I checked there was some ARM code so that may complicate it.

    Any help is greatly appreciated !

  • How to implement FFMEG library for android video streaming

    10 mai 2014, par Kabir

    I am trying to create online streaming video player in android.
    I am trying to compile the appunite/AndroidFFmpeg library for android application to play HLS videos online. I am using linux-ubuntu OS I also have set the NDK path.
    I have executed all command one by one given on the link :

    https://github.com/appunite/AndroidFFmpeg

    But when I executed the following script :

    ./build_android.sh

    I got the following error :

    abi-gcc —sysroot=/home/singsys-063/android-ndk-r9d/platforms/android-5/arch-arm/
    checking whether the C compiler works... no
    configure : error : in
    /home/singsys-063/AndroidFFmpeg/FFmpegLibrary/jni/vo-amrwbenc :
    configure : error : C compiler cannot create executables
    See config.log for more details