Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (63)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (11016)

  • avfilter/dnn_backend_native : fix invalid free

    19 septembre 2018, par Zhao Zhili
    avfilter/dnn_backend_native : fix invalid free
    

    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] libavfilter/dnn_backend_native.c
  • why jmf can't play rtp stream ?

    24 janvier 2017, par ahmet burak

    I produced an rtp link with ffmpeg and I tried to listen and play this stream. VLC and ffmpeg can play rtp stream, both work well but jmf doesn’t.

    Although there is no any error, jmf doesn’t play rtp stream and there is no sound.

    My rtp stream (http:.. is a radio link and rtp :... my stream)

    ffmpeg -i http://airspectrum.cdnstream1.com:8114/1648_128 -acodec copy -f rtp "rtp ://127.0.0.1:10000/audio/1"

    public void play() {
       MediaLocator mediaLocator = new MediaLocator("rtp://127.0.0.1:10000/audio/1");
       try {
           if (mediaLocator == null) {
               System.err.println("null locator");
           }
           player = Manager.createRealizedPlayer(mediaLocator);
           player.start();
       } catch (CannotRealizeException e) {
           e.printStackTrace();
       } catch (IOException e) {
           e.printStackTrace();
       } catch (NoPlayerException e) {
           e.printStackTrace();
       }

    }
    1. os ubuntu 16.08
    2. java jdk 1.8
    3. javax.media.jmf 2.1.1e (maven repo version)
  • ffmpeg : free threads on error conditions.

    15 mai 2013, par Michael Niedermayer
    ffmpeg : free threads on error conditions.
    

    Fixes Ticket2562

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c