Recherche avancée

Médias (91)

Autres articles (56)

  • 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 ;

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

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

Sur d’autres sites (9254)

  • avdevice : add info about media types(s) to AVDeviceInfo

    21 décembre 2021, par Diederick Niehorster
    avdevice : add info about media types(s) to AVDeviceInfo
    

    An avdevice, regardless of whether its category says its an audio or
    video device, may provide access to devices providing different media
    types, or even single devices providing multiple media types. Also, some
    devices may provide no media types. dshow is an example encompassing all
    of these cases. Users should be provided with this information, so
    AVDeviceInfo is extended to provide it.

    Bump avdevice version

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/avdevice.c
    • [DH] libavdevice/avdevice.h
    • [DH] libavdevice/version.h
  • avformat/HLS : modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS standard

    5 février 2014, par Willy Aubry
    avformat/HLS : modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS standard
    

    When using the wrap option the EXT-X-MEDIA-SEQUENCE header of the playlist file was reset instead of being incremented.
    It is now incremented by one for every media URI removed from the playlist file as the standard states.

    Signed-off-by : Willy Aubry <waubry@viotech.net>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/segment.c
  • Getting Error with node-media-serve and ffmpeg in heroku

    1er juillet 2021, par Anurag Gautam

    I have created a MERN app with video streaming by using node-media-serve module, with following configuration

    &#xA;

    trans: {&#xA;  ffmpeg: &#x27;/vendor/ffmpeg&#x27;,&#xA;   tasks: [] ,&#xA;   .....&#xA;}&#xA;

    &#xA;

    In local I have installed ffmpeg in trans.ffmpeg. and its working fine, But how we need to install ffmpeg in heroku .

    &#xA;

    I have tried by adding heroku buildpacks&#xA;heroku buildpacks:add https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git but its showing me error. May be some issue with config only.

    &#xA;

    Heroku error :&#xA;2020-09-16T11:23:54.292896&#x2B;00:00 app[web.1]: 9/16/2020 11:23:54 23 [ERROR] Node Media Trans Server startup failed. ffmpeg:/vendor/ffmpeg cannot be executed.

    &#xA;

    Guys can you please help me reslove this issue

    &#xA;