
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (101)
-
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 (...) -
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 -
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 (...)
Sur d’autres sites (10154)
-
Read audio from an http stream in iOS
6 août 2013, par LucI need to read the audio part of an http stream. I've compiled ffmpeg for armv7, armv7s and i386 and added the lib and headers in my xcode project. I'm now kind of stuck on the usage of libav in iOS.
I've tested the following code (just to see if the basis is working)#import <libavformat></libavformat>avformat.h>
#import <libavcodec></libavcodec>avcodec.h>
-(void)test{
av_register_all();
AVFormatContext *pFormatCtx;
const char *filename="http://domain.tld/stream.wmv";
// Testing how to opening a file
if(av_open_input_file(&pFormatCtx, filename, NULL, 0, NULL)!=0)
handle_error(); // Couldn't open file
// Handle the AudioQueue
// ...
}But this does not compile...
I'm very new to ffmpeg on iOS, what is the way to play the sound of the http stream ?
EDIT
The simulator crashes with the following stacktrace :
0 av_probe_input_buffer
1 avformat_open_input
... -
doc/example : Add http multi-client example code
25 juillet 2015, par Stephan Holljes -
http: Export Content-Type information
6 mars 2014, par Michael Niedermayerhttp: Export Content-Type information
Bug-Id : https://bugs.debian.org/740421
Signed-off-by : Luca Barbato <lu_zero@gentoo.org>