
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (105)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (11656)
-
How to install and run phpize
4 avril 2022, par Hrishikesh ChoudhariI have been meaning to install
ffmpeg
as an extension to my PHP setup. So before I can install it, I need tophpize
it. I installedphp5-dev
bysudo apt-get install php5-dev
. But now when I runphpize
I get the following error :


phpize
Cannot find config.m4. 
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module




The location of my php.ini is
/usr/local/zend/etc/php.ini



From another online resource I tried this



sudo apt-get install autoconf automake libtool m4




But all of them are already installed.



Locate config.m4 didn't return anything.



Any pointers here how I can get
phpize
and thus,ffmpeg
up and running ?

-
ffmpeg with libsoxr resolve dependecies
15 février 2014, par JellyI'm trying to compile
ffmpeg
withlibsoxr
, so I use the flag--enable-libsoxr
when calling./configure
. I have installedlibsoxr
, and the location of the headers added toPATH
. However when I try to compile it I get an error :ERROR: libsoxr not found
, and inconfig.log
it says :fatal error: soxr.h: No such file or directory
#includeI think
./configure
doesn't make use ofPATH
or something...Is there another way to specify dependencies forffmpeg
? -
Stream MP4 over HTTP without segments
23 novembre 2017, par Ben van HartingsveldtI’m trying to stream MP4.
If you stream MP3, you can stream it to something (maybe via RTMP or via IceCast) and watch it via HTTP (but no HLS). Your live MP3 file is something like : http://example.com/live.mp3. Here you can listen to live generated MP3.
Now I want something simular with MP4.
I want to stream MP4 (AVC/H.264) to a server (maybe via RTMP) and want to receive the livestream on this location : http://example.com/live.mp4.
I don’t want to use HLS (with it’s M3U8 file and TS-files).Is this possible ?
I know it works with a already generated MP4, after you converted it to a FastStart/WebOptimised MP4, but I want a LIVE mp4.