
Recherche avancée
Autres articles (66)
-
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 (9628)
-
Merge commit ’6477449243db4aab15a4db356e8354c60b5366ec’
11 février 2014, par Michael Niedermayer -
Anomalie #3588 (Nouveau) : log remplis par @apc_delete_file()
10 novembre 2015, par nico dHello,
sur un site au traffic assez important, je viens de voir que j’ai un error.log qui se remplit extrêmement vite de warnings :
[apc-warning] Could not stat file /var/www/..., unable to delete from cache. in /var/www/touleco3/ecrire/inc/flock.php on line 329.
A tel point que je suis obligé de commenter ligne 329 @apc_delete_file()
https://core.spip.net/projects/spip/repository/entry/branches/spip-3.0/ecrire/inc/flock.php#L329
J’ai découvert ça récemment par hasard, le site était en 3.0.20, je viens de mettre à jour en 3.0.21, toujours pareil.
Il y a une rotation des logs sur le serveur (rotation sur une semaine avec 52 archives), et visiblement error.log grossit énormément à partir de la semaine du 5 au 12 juillet, soit juste après une mise à jour en 3.0.20
-
FFMPEG caching how to configure and get cache file names
24 mai 2019, par ManityI am using a c# WPF video player wrapper that uses FFMPEG. It is called FFME MediaElement. Using this i have been able to activate caching in FFMPEG using the "cache" https://www.ffmpeg.org/ffmpeg-protocols.html#cache protocol value.
This works and i can see the cache files being created in my application directory as video files are loaded. It seems to create a new cache file each time a video is loaded. The cache file names are of the convention ffcachexxxxxx.Ignoring the wrapper i am using, is there a way (if i was using FFMPEG on its own) to get or determine the cache file name, or get FFMPEG to auto delete the cache file. After a while the cache files take a lot of room and i would like a way to purge them. If there is a way to do this in FFMPEG then i could apply that to the wrapper i am using.
So im looking for any of
1. a way to get the current cache file name so i can delete on video close
2. a setting to make FFMPEG auto delete cached files.
3. a setting to FFMPEG to purge all stored cache files in one go.Any suggestions appreciated.