
Recherche avancée
Autres articles (45)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (5112)
-
avfilter/vf_colordetect : remove extra safety margin on premul check
15 août, par Niklas Haasavfilter/vf_colordetect : remove extra safety margin on premul check
This safety margin was motivated by the fact that vf_premultiply sometimes
produces such illegally high values, but this has since been fixed by
603334a04362e7, so there's no more reason to have this safety margin, at
least for our own code. (Of course, other sources may also produce such
broken files, but we shouldn't work around that - garbage in, garbage out.)See-Also : 603334a04362e7a466cbdf9a25892ded167e3ce0
-
Send output of FFMPEG per UDP in Unity
28 mai 2018, par potu1304I am using https://github.com/keijiro/FFmpegOut to get videos from the unity engine. Now I have to take the compressed FFMPEG output buffer, fragment it, and put it into UDP packets. Then a receiver should receive the data and reassemble the original FFMPEG buffer.
Now I am wondering how I can achieve this ? How can I access the FFmpeg pipeline to access its buffer and then fragment it ? I have no clue how to access the buffer. I treid to modify the FFmpegPipe.cs but here I am not sure what the buffer could be.I would be very thankful for some help and clearance :)
Best regards !
-
Révision 111536 : utilisation de l’autorisation voir au lieu de joindredocument pour l’affichage d...
9 septembre 2018, par gouz@root-me.org