Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (76)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie 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, par

    Un 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. (...)

Sur d’autres sites (12870)

  • IPCamera on my LAN streaming video using RTSP with ffmpeg in android

    16 juillet 2012, par LMDS

    I 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 andruido

    Nice 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 Singh

    Can 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.