
Recherche avancée
Autres articles (49)
-
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (4431)
-
cmdutils : Only do the windows-specific commandline parsing on _WIN32
7 août 2013, par Diogo Francocmdutils : Only do the windows-specific commandline parsing on _WIN32
Fixes commandline parsing on Cygwin (on 64 bit, and on very recent
32 bit), where the configure check does find the CommandLineToArgvW
function (since it exists in the link libraries and in the headers),
but whose GetCommandLineW() only returns the application’s path.
(This is due to a cygwin internal optimization, see
http://cygwin.com/ml/cygwin/2013-07/msg00538.html for details.)
Arguments are only given through main’s argc/argv, and they’re already
UTF-8.Signed-off-by : Martin Storsjö <martin@martin.st>
-
FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) MACHINE
8 mai 2014, par user2662327FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) MACHINE
I need to install FFMPEG on my windows 8 machine running DRUPAL ZEN custom theme. Can someone tell me where I can get the right dll files for this purpose ? If I have to compile them myself, can someone please give me step by step instructions for how to do so ? I have searched endlessly for these dlls for days now and I have no instructions for creating what i need manually. I have a windows machine running minGW.
I already tried using the FFMPEG dlls that are out there on teh internet but my PHP-APACHE installations seem to be unable to properly detect the FFMPEG libraries (i added php_ffmpeg.dll to EXT folder, and the rest of hte DLLs to the WINDOWS/SYSTEM32 folder).
I am running the following versions of PHP and APACHE. Thank you very much in advance for any help you can offer me.
PHP Version 5.5.1
System Windows NT 6.2 build 9200 (Windows 8 Business Edition) AMD64
Build Date Jul 18 2013 11:04:03
Compiler MSVC11 (Visual C++ 2012)
Architecture x64APACHE VERSION
Server version : Apache/2.4.6 (Win64)
Apache Lounge VC10 Server built : Jul 16 2013 11:31:50 -
Red 5 Media Server on Windows Server Liev streaming to Windows PCs and iOS app
31 juillet 2013, par user1516711Here is what i am trying to develop and would need the advice from you geeks.
A streaming server — Installing Red 5 on Windows Server machine.The clients would be a web app running on Windows 8 PCs and an iOS app.Web App would be developed in PHP/Node JS. Now i know that iOS app supports HLS only and Red 5 does not stream directly in that instead it uses RTSP/RTMP. So what i need to do is let server convert incoming streams from HLS to RTSP/RTMP and outgoing streams from RTMP ?RTSP to HLS using FFMPEG commands.My question is how to achieve this conversion process ? Like Should i develop some code in Java (i.e. Modifying Red 5 server code) OR some other way ?
Any little help or insight would be highly appreciated !Thanks