Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (45)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (5300)

  • doc : Do not use the headings as links to TOC anchors

    4 décembre 2014, par Timothy Gu
    doc : Do not use the headings as links to TOC anchors
    

    Instead, use FontAwesome icons (if configured to be this way) or separate
    text.

    Signed-off-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/t2h.pm
  • Is there an alternative to libmediainfo ?

    8 novembre 2014, par Alexander Alexandrowitsch Klim

    In my upcoming application I’d like to get information about an A/V file. libmediainfo’s dev doc is quite hard-to-study for me (and it uses wchar_t -.-").

    Is there a better alternative ?

    Acceptance criteria :

    • platform independent (I’m going to dev on GNU OS)
    • works w/ C++11
    • supports 8bit (char) for all strings and I/O (doesn’t require wchar_t) w/o re-compiling the whole library.

    Maybe I’d prefer libav if its doc weren’t so poor.

  • RTMPDUMP links in Android ?

    27 janvier 2016, par Zak-ARea

    I have a problem here, I was trying to open an RTMP link in RtmpDump.exe and it worked successfully.

    rtmp://www1.iguide.to/iguide<playpath>zqd4jye2ubzsk8g<swfurl>http://www.iguide.to/player/secure_player_iguide_embed_token.swf<pageurl>http://www.iguide.to/embedplayer_new.php?channel=31501&amp;width=696&amp;height=450&amp;autoplay=true <objectencoding>
    </objectencoding></pageurl></swfurl></playpath>

    But when I played the link in my Android application using both Vitamio and FFMpeg Libraries, it didn’t work.

    So, how can I play RTMPDUMP links in Android ??