
Recherche avancée
Autres articles (22)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (4397)
-
Installer flvtool++
22 août 2011Flvtool++ développé par Facebook est beaucoup plus rapide que Flvtool2 auparavant installé car il est écrit en C alors que Flvtool2 est en Ruby.
Pour gagner en performance, il est préférable d’utiliser flvtool++ pour ajouter les métadonnées aux fichiers flv.
Qui plus est, apparemment flvtool++ gère les videos très longue contrairement à flvtool2.
On installera donc flvtool++ en plus de flvtool2 dans un premier temps afin de tester partout son bon fonctionnement.
Tutoriel d’installation : http://technique.arscenic.org/compi...
-
iOS local host RTMP server
16 septembre 2020, par estorilI have been tasked with creating an iPad application, iOS 12.3 latest support, to run as a local RTMP server. Purpose being, external devices connect to this local RTMP server on iOS iPad, either via the iPad's wifi connection or enabled hotspot, and playback the display of external devices (mirror) onto the iPad.


I have been successful with creating a local host HTTP server, but upon connecting with external devices the local server on the iPad quits.


I will be using open source software for decoding and playback of video feed such as vlc or ffmpeg, but need guidance on an iPhone local host implementation, such as https://github.com/sallar/mac-local-rtmp-server for a mac.


Any help would be greatly appreciated !


-
Issues in building ffmpeg on windows
18 janvier 2024, par RKumI have to use ffmpeg in our c++ on windows project. I have visual studio 2017.
For this I have to use
ffmpeg-cpp( https://github.com/Raveler/ffmpeg-cpp )
.
ffmpeg-cpp is dependent onffmpeg( https://ffmpeg.org/download.html )
.

To build ffmpeg I am following instructions in https://ffmpeg.org/platform.html#Windows.
I installed "
MSYS2 MINGW64
" using installermsys2-x86_64-20240113.exe
.

But I am not seeing files like msys_shell.bat or mingw64_shell.bat or mingw32_shell.bat.


How do I get these file ?


Also if I run commands like "
pacman -S make pkgconf diffutils
" I get error

error: failed retrieving file 'pkgconf-2.1.0-1-x86_64.pkg.tar.zst' from mirror.iscas.ac.cn : SSL certificate problem: self-signed certificate in certificate chain



How to resolve this certificate issue ?