
Recherche avancée
Autres articles (50)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6599)
-
Raspberry Pi and FFMpeg live streaming video to backend Node.js server, but how do I deliver it to the front end ?
2 août 2023, par qwet142I'm attempting this setup to live stream video from a Raspberry Pi to a publicly available website, and from the backend server using Node.js and Express, I would like to serve it to the front end with minimal latency available to many viewers (will be hosted somewhere like Netlify to handle distribution).


WebRTC is too complex for my use case and timeframe. HLC appears to have too high a latency as I need <4s consistently. I would like to something compatible with Node.js. I am a beginner in this domain, familiar only with general programming and web development.


-
Evolution #3964 : mise en forme minimum des formulaires
25 mars 2018, par nico d_tetue tetue a écrit :
Est-ce que ça ne devrait pas plutôt être distribué avec les plugins concernés ?
Je ne crois pas, SPIP peut très bien générer toute sorte de formulaires sans plugin particulier, ça me parait essentiel d’avoir un style minimal qui rende les formulaires un minimum lisibles.
Sur la capture écran postée par chankalan (css_actuel.png), on a du mal à comprendre le formulaire au premier coup d’oeil... -
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.