
Recherche avancée
Autres articles (28)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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" ; -
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 (...)
Sur d’autres sites (4536)
-
Ffmpeg ./configure not found
8 juin 2016, par Justin TullockI’m trying to install ffmpeg with libvpx & libx264 on my vps. Centos07. I’ve followed these instructions https://trac.ffmpeg.org/wiki/CompilationGuide/Centos to the T.
Now when I try to run
cd ~/ffmpeg; ./configure --enable-libvpx --enable-gpl --enable-libx264
it returns
-bash: ./configure: No such file or directory
When I try ffmpeg -v
ffmpeg: error while loading shared libraries: libx264.so.148: cannot open shared object file: No such file or directory
and ldd $(which ffmpeg) returns
root@host [~/ffmpeg_sources]# ldd $(which ffmpeg)
linux-vdso.so.1 => (0x00007fff4fb86000)
libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f4972e27000)
libxcb-shm.so.0 => /lib64/libxcb-shm.so.0 (0x00007f4972c23000)
libxcb-xfixes.so.0 => /lib64/libxcb-xfixes.so.0 (0x00007f4972a1a000)
libxcb-shape.so.0 => /lib64/libxcb-shape.so.0 (0x00007f4972816000)
libx264.so.148 => not found
libm.so.6 => /lib64/libm.so.6 (0x00007f4972513000)
liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f49722ee000)
libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f49720de000)
libz.so.1 => /lib64/libz.so.1 (0x00007f4971ec7000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4971cab000)
libc.so.6 => /lib64/libc.so.6 (0x00007f49718e9000)
libXau.so.6 => /lib64/libXau.so.6 (0x00007f49716e4000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4973056000)I’ve followed all the instructions exactly - is there something I’m missing ?
-
Documentations and tutorials for libx264 ?
28 mars 2018, par David TreeI’ve compiled X264 source code and got libx264.so and x264.h. Surprisingly, I could not find any lib documentation (VideoLan/wiki) except for the header file (x264.h) when I was trying to write a simple program using lib APIs. There are some sample codes on Internet but I do want to know what the lib exactly can do.
I’m a rookie. Does anyone know if there are good documentations or tutorials for x264 ?
-
Anomalie #3386 : Spip derrière Varnish : port non-standard dans l’URL ?
15 février 2015, par Mathieu MDFil Up a écrit :
On pourrait forcer, dans la conf Varnish, un entête `X-Forwarded-Port`
trop compliqué à mon avis ;
Hum... Comparativement à toute la conf Varnish à faire pour SPIP, pas si compliqué que ça, quand même. ;-)
En tout cas ça serait plutôt un entête X-Forwarded-Host : www.example.com:80 qu’il faudrait utiliser, puisque `X-Forwarded-Port` ne semble pas très standard ni commun : ni Squid ni Apache ne le mentionnent.
https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Common_non-standard_request_fieldsil me semblerait plus simple d’avoir un define pour indiquer à SPIP qu’il peut sauter cette partie du code ;
Ça me semble plus propre de n’avoir rien à configurer à la main dans SPIP. Ainsi, on ajoute et supprime les proxies/load balancers à la volée sans impact sur le logiciel.
D’ailleurs, le sysadmin des serveurs n’a pas nécessairement un compte d’administrateur SPIP.
ou bien, pour la liste des ports à ignorer :
define('_PORTS_STANDARDS', '80,443')
Certes, mais ça sort du cadre de ce ticket, non ?