Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (97)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (11341)

  • rtsp : Interpret the text media type as AVMEDIA_TYPE_DATA

    23 février 2015, par Martin Storsjö
    rtsp : Interpret the text media type as AVMEDIA_TYPE_DATA
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtsp.c
  • cuvid : Implement flush to support seeking in media players

    4 septembre 2016, par Philip Langdale
    cuvid : Implement flush to support seeking in media players
    

    Right now, if we attempt to use cuvid in a media player and then
    try to seek, the decoder will happily pass out whatever frames were
    already in flight before the seek.

    There is both the output queue in our code and some number of frames
    within the cuvid decoder that need to be accounted for.

    cuvid doesn’t support flush, so our only choice is to do a brute-force
    re-creation of the decoder, which also implies re-creating the parser,
    but this is fine.

    The only subtlty is that there is sanity check code in decoder
    initialisation that wants to make sure the HWContextFrame hasn’t already
    been initialised. This is a fair check to do at the beginning but not
    after a flush, so it has to be made conditional.

    Signed-off-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/cuvid.c
    • [DH] libavcodec/version.h
  • Which library supports showing a secure RTSP stream on Windows ?

    26 octobre 2022, par Juergen

    I have a windows application that consumes streams from IP-Cameras.&#xA;Currently I am using WebEye, an open-source component that uses ffmpeg under the hood.&#xA;I now want to connect to an AXIS IP-Camera which supports RTSPS (RTSP over SSL/TLS).&#xA;Since WebEye doesn't support RTSPS directly I was hoping that I could get ffmpeg to do the job and adjust WebEye.&#xA;Alternatively I would use any other Streaming-Library that supports viewing a secure RTSPS-stream on Windows, but I didn't come across any.

    &#xA;

    So, I guess my questions are :

    &#xA;

      &#xA;
    1. Are there any Windows-Tools that supports RTSPS-Streams
    2. &#xA;

    3. Are there any libraries that I can use in my Windows-application to show the RTSPS-stream ?
    4. &#xA;

    5. Can I get ffmpeg and/or ffplay to play the RTSPS-Stream ?
    6. &#xA;

    &#xA;

    Thanks in advance for the help !

    &#xA;

    Best Regards

    &#xA;

    Juergen

    &#xA;