
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (71)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
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
Sur d’autres sites (9620)
-
avserver : Remove unused loadable module support
17 juillet 2013, par Martin Storsjöavserver : Remove unused loadable module support
There is no record of this ever being used at all, anywhere,
since the feature was added in 2effd274466.This gets rid of extra linker tricks just to support a feature
that isn’t used, simplifying portability to other platforms.Signed-off-by : Martin Storsjö <martin@martin.st>
-
avserver : Remove unused loadable module support
17 juillet 2013, par Martin Storsjöavserver : Remove unused loadable module support
There is no record of this ever being used at all, anywhere,
since the feature was added in 2effd274466.This gets rid of extra linker tricks just to support a feature
that isn’t used, simplifying portability to other platforms.Signed-off-by : Martin Storsjö <martin@martin.st>
-
Loading ffmpeg-php module fails
21 août 2013, par i.h4d35I've been trying this for a couple of days now. I am trying to install ffmpeg-php on my CentOS server.
- OS : CentOS 6
- PHP : 5.5
- ffmpeg : 1.2.1
- ffmpeg-php : 0.6.0
The ffmpeg installation went on without a hitch and I am able to convert files back and forth via the CLI.
While installing ffmpeg-php, I encountered errors while making (after configuring) due to time.h references which was corrected by renaming the files creating with an extension .loT to .lo (as rightly pointed out here)
Once this was done, the make process went on smoothly and the make install went through without a hitch. However, after specifying the extension=ffmpeg.so in the php.ini file and after restarting Apache, the module doesn't load or show up in phpinfo().
The Apache error log shows only "PHP Warning : PHP Startup : Invalid library (maybe not a PHP library) 'ffmpeg.so' in Unknown on line 0" and nothing else.
make test also shows the same error and FAILS the associated tests. I've checked here which wasn't very helpful. Also, I read somewhere that it may be the issue with permissions but the permissions for the ffmpeg.so file is 755.
Any help is appreciated.
Thanks in advance.