
Recherche avancée
Autres articles (103)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (7368)
-
FFMPeg : how to establish a mms connection on the iPhone ?
29 décembre 2011, par WinstonI'd like to use ffmpeg to connect to a live stream, using the
mms://
protocol and afterwards decode the WMA file to play on the iPhone.Which one of the following function should I use ? And how do I use it ?
1)
MMSContext
http://ffmpeg.org/doxygen/trunk/structMMSContext.htmlor
2)
URLContext
http://ffmpeg.org/doxygen/trunk/structURLContext.html -
Any updated http segmenter for IPad / iPhone video streaming with latest ffmpeg ?
5 février 2012, par ipegasusI would like to know if there are any http file segmenters with support for the latest ffmpeg libraries ?
So far I have found some projects, although I haven't been able to compile them using ffmpeg 0.9
- http://svn.assembla.com/svn/legend/segmenter/
- http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/
Thanks !
-
FFMpeg for iPhone
10 août 2012, par iHorseI am trying to create an app that will allow me to stream video FROM the iPhone TO a server. my current theory as to how to do this is to create a series of FFMpeg files and send them to the server. as far as i can tell i have compiled the FFMpeg library correctly for the iPhone.
i followed these instructions here. a series of executable files appeared in the folder so i'm assuming it worked.my question is now what ? how do i get these into an app ? how do i make calls to these executable files ? and most importantly will this even work the way i want it to ?