Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7715)

  • How to install and use NACL ported library in our development environment

    19 mai 2014, par Devesh Agrawal

    i want to use ffmpeg nacl ported library in my project. i know we can install using using git. but in my develope environment git is not allowed. i have downloaded the zip file and unzipped it. and followed these steps :

    1. download
    2. unzip it : tar -xvjpf ffmpeg-2.1.3.tar.bz2
    3. go to Naclport folder : cd ffmpeg-2.1.3
    4. /home/devesh/ffmpeg-2.1.3 $./configure
    5. /home/devesh/ffmpeg-2.1.3 $make
    6. install the library : sudo make install

    now when i am trying to use this library header files my compiler not able to get it.

    Is GIT is the only way to install nacl ports ??

  • Can FFMPEG library be used to create a RTSP server ? [closed]

    7 novembre 2022, par O Connor

    I am working with FFMPEG library and C++ for a while for live-stream from the RTSP server on a camera. In this case, FFMPEG library is being used to develop a RTSP client.

    


    Can FFMPEG library be used to develop a RTSP server ? Not just for providing video frame data, but for handling RTSP requests, OPTIONS, DESCRIBE, SETUP, PLAY etc., from a RTSP client such as VLC ?

    


  • is there a JAVA library for ffmpeg ? [on hold]

    14 avril 2014, par waps12b

    My company is developing an android application that provide some video to client.

    my boss ask me to use ffmpeg to capture a picture at a certain time in video.

    is there a library for that ?