
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (78)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (14126)
-
IPCamera on my LAN streaming video using RTSP with ffmpeg in android
16 juillet 2012, par LMDSI have an IPCamera on my LAN streaming video using RTSP. I have been able to capture and display it successfully using MediaPlayer or Videoview, but now I need to do it for more then one streamming.
After doing some research I found out that I have to use ffmpeg to decode/encode video stream. I can compile the ffmpeg libraries using and I know how to use the NDK, (this link was very helpfull http://marakana.com/s/introduction_to_ndk,1153/index.html)
So I would like to achieve is using programming in C/C++ using ffmpeg library to do that.
So let me phrase two simple questions :
How do I receive the stream in a C/C++ program using FFMPEG library (just provide some URL/tutorial, as google was not helpful)
How do I display the received video in ? (same here, some good URL to direct me).
-
prebuilt ffmpeg library for android
15 décembre 2014, par andruidoNice being here.
I researched a lot on the topic but now i am stuck.Currently i try to receive a udp stream within android, i am using the libraries from http://code.google.com/p/javacv/downloads/list, most of the things work fine. However if i try to use "avformat_network_init() ;" (thanks to this Receiving RTSP stream using FFMPEG library) i get the following error :
undefined reference to `avformat_network_init’
my guess is that the prebuilt library called "libavformat.so" does not contain the specific function, am i right ? if so, does anyone know where i can find the appropriate library ? I am developing on windows and failed already building it myself with cygwin and currently have not the option to install ubuntu or such.
thanks in advance.
-
Can red5 be used instead of FFmpeg in Android ?
3 septembre 2012, par Balwant Kumar SinghCan I use red5 as my native library instead of FFmpeg for Android ? I was told that FFmpeg resides inside red5. I'm not able to see the documentation of red5 because the red5 server is down.