
Recherche avancée
Autres articles (73)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
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 (...)
Sur d’autres sites (11165)
-
mathops/x86 : work around inline asm miscompilation with GCC 4.8.1
15 juin 2013, par Hendrik Leppkesmathops/x86 : work around inline asm miscompilation with GCC 4.8.1
The volatile is not required here, and prevents a miscompilation with GCC
4.8.1 when building on x86 with —cpu=i686Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com> -
HDFVR on Red5 - convert FLV to mp4 does not work
9 novembre 2015, par trainoasisI’m trying to get HDFVR to convert FLV to MP4 with
$config['enableFFMPEGConverting'] = 1;
but unfortunately it doesn’t work as it should. (even their demo on my localhost)
Sometimes it actually creates the mp4 (takes long and very bad quality though), but more or less Red5 (I’m using 1.0.5 but tried 1.0.3 and 1.0.4 too) shows :
Exception in thread "Thread-6" java.lang.RuntimeException: Could not parse duration.
at VideoRecorder.ProcessBuilderWrapper$1.run(ProcessBuilderWrapper.java:30)I’m on localhost (os x) and ffmpeg executable was downloaded from ffmpeg’s site and put inside "streams/_definst_" folder as per documentation.
Also, hdfvr version when right clicking the video says :
HDFVR v2.0 build +499
.If anyone has any tips about the above error I would be very grateful.
-
How to work RTSP in python
15 janvier 2019, par DevellMenI need to catch RTSP stream from my IP-camera for convert and streaming to site. First I wanted use ffmpeg, but have not found ffmpeg wrappers for python2.7.
Who can help me ?