
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (58)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 Agrawali 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 :
- download
- unzip it : tar -xvjpf ffmpeg-2.1.3.tar.bz2
- go to Naclport folder : cd ffmpeg-2.1.3
- /home/devesh/ffmpeg-2.1.3 $./configure
- /home/devesh/ffmpeg-2.1.3 $make
- 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 ConnorI 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 waps12bMy 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 ?