
Recherche avancée
Autres articles (48)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (4493)
-
How to separate ffmpeg and php container in docker
1er octobre 2016, par PolarBearIn my project, after upload video to web server I have to convert
.avi
to.webm
. As I have read from many tutorials I can do it withexec()
but my project is using docker.Can I separate ffmpeg and php container or I have to install ffmpeg inside php container ?
-
build : Add "build" shorthand target that depends on all compile targets
28 février 2017, par Diego Biurrun -
Recording alpine container audio
28 juin 2021, par SackhuggerI am looking to run a headless browser inside of an alpine linux container and stream the audio/video through ffmpeg to an rtmp server. Grabbing video from x11 and xvfb has been no issue but I have not been able to find out how to grab audio using alsa/pulse audio without any kind of audio card. Is there a way to create a virtual audio card which ffmpeg can pull from. I understand alpine is minimal but I need to keep my container image to a minimum.