
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (64)
-
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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
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 (...)
Sur d’autres sites (10146)
-
gathering images and streaming to user as video from memory (ffmpeg)
29 novembre 2013, par Abdul Aliapologies if this has been asked before but cannot find something for a beginner.
purpose it to fetch ongoing stream of images and keep them combining into a video. That video should be sent to users from within the memory and not saved physically to a disk (the video should keep on streaming till the images are coming).
have read somethings about FFMPED and pipes . am new to both these concepts :) (furtherfmore , am also new to the concept of streaming).
kindly assist if this can be achieved. if so, then please provide some guideline and which language out of PHP & C# may be more suitable (also whether it is achieveable in linux and windows).
regards,
-
demuxer for gstreamer raw video streaming
26 juin 2020, par user3094544Is there any muxer for libav/ffmpeg and demuxer for gstreamer which support both raw audio (pcm_s16le) and raw video (yuv420p) streaming ? I've already tried nut/avdemux_nut but it doesn't seem to work.


-
Live streaming application using ffmpeg and C#
22 février 2016, par sameerI am building an c# application for live streaming. I am able to stream the feed from web cam to rtmp server using ffmpeg but unable to display it on screen at the same time.