Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (46)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8181)

  • h264 : call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list

    15 avril 2016, par Anton Khirnov
    h264 : call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list
    

    There is no real reason to call it separately.

    • [DBH] libavcodec/h264.h
    • [DBH] libavcodec/h264_refs.c
    • [DBH] libavcodec/h264_slice.c
  • Revision e6deea4e60 : detokenize : use consistent structure for all block sizes Restructure the code t

    6 avril 2013, par John Koleszar

    Changed Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_mbpitch.c Modify /vp9/decoder/vp9_detokenize.c detokenize : use consistent structure for all block sizes Restructure the code to avoid the majority of per-block-size switches, code duplication, etc. All block types (mb/sb32/sb64) (...)

  • Will streaming through RTSP affect normal UDP communication ?

    8 mai 2015, par Nyaruko

    I am programming a ground control station for a drone.
    Originally all the data/command communication is through UDP between the PC and the drone.
    Now I am trying to stream video from a IP camera I put on the drone, the video is 640*480 mpeg video.
    And the protocol is RTSP, so I am thinking of using FFMPEG.
    The IP camera, the drone and my PC is all connected to a router.
    The Ip camera, the drone and my PC all have different IP address.

    My question is, in this case, usually, will the streaming affect my data/command communication through UDP and even cause it un-usable ?