Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (47)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (7136)

  • Is there a MS-DRM client library for linux ?

    19 juin 2016, par qrtt1

    I have used the libraries (libavformat and libavcodec) to decode some MMS streaming urls. But some of them are protected by DRM. When I try to decode them, the library will warn about it

    In libavformat/asfdec.c :

    if (!s->keylen) {
       if (!guidcmp(&g, &ff_asf_content_encryption)) {
           av_log(s, AV_LOG_WARNING, "DRM protected stream detected, decoding will likely fail!\n");
       } else if (!guidcmp(&g, &ff_asf_ext_content_encryption)) {
           av_log(s, AV_LOG_WARNING, "Ext DRM protected stream detected, decoding will likely fail!\n");
       } else if (!guidcmp(&g, &ff_asf_digital_signature)) {
           av_log(s, AV_LOG_WARNING, "Digital signature detected, decoding will likely fail!\n");
       }
    }

    The variable s is the struct AVFormatContext. My question is where to get the key ? It seems to decode it with a DRM key.


    I look the ASF Spec, and try to patch asfdec.c. Now, I have the acquiring license URL and key id. The problem can rewrite as ’Is there a MS-DRM client library for linux ?’ (old : How to decode a MMS streaming url with DRM by ffmpeg ?)

    Is it possible to use the license url and key id to get content key ?

  • Merge commit ’1eb932803037a3c9f98f66aeb80024dfa3c5c743’

    20 septembre 2013, par Michael Niedermayer
    Merge commit ’1eb932803037a3c9f98f66aeb80024dfa3c5c743’
    

    * commit ’1eb932803037a3c9f98f66aeb80024dfa3c5c743’ :
    asfenc : add ASF_Reserved_4 as defined in section 10.10 of the ASF spec

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

    • [DH] libavformat/asf.c
    • [DH] libavformat/asf.h
  • avcodec/libzvbi-teletextdec : propagate ERASE_PAGE flag for repeated subtitle page...

    11 juin 2018, par Marton Balint
    avcodec/libzvbi-teletextdec : propagate ERASE_PAGE flag for repeated subtitle page headers
    

    This works around a libzvbi bug (a corner case in the teletext spec) :

    https://sourceforge.net/p/zapping/bugs/203/
    https://sourceforge.net/p/zapping/patches/20/

    Fixes samples/ffmpeg-bugs/trac/ticket2086/RBT_20100801_1835.ts.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/libzvbi-teletextdec.c