
Recherche avancée
Autres articles (83)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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" (...)
Sur d’autres sites (14556)
-
Anomalie #2285 (Fermé) : Page d’accueil entièrement vide juste après installation
5 septembre 2011, par Ben .duplicate voir #2050 (et aussi voir des discussions dans #2056 #2040 #2047 #1881 )
-
Evolution #1881 : Utiliser la première connexion pour accompagner l’administrateur
11 septembre 2011, par marcimat -Voir #2050 pour une capture d’écran et l’introduction du « Compagnon » (en test)
-
ffmpeg live microphone streaming via MP3 audio
14 décembre 2015, par nickLooking for a way to capture a windows PC’s default recording device and transcode it to MP3 audio and stream via UDP to a Barix box that only accepts MPEG1/MP3 audio.
Below are 2 examples I have tried with no success. The audio is heard on the far end however it sounds choppy (approx. 95% nothing, 5% successful)
ffmpeg -f dshow -i audio="Transmit (Plantronics C435-M)" -acodec libmp3lame -f mp2 udp ://10.100.132.47:2050
ffmpeg -f dshow -i audio="Transmit (Plantronics C435-M)" -f mp3 udp ://10.100.132.47:2050Any ideas would be much appreciated.