Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (47)

  • 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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • lavd/v4l2 : Use proper field type for second parameter of ioctl() with BSD's

    6 mai 2024, par Brad Smith
    lavd/v4l2 : Use proper field type for second parameter of ioctl() with BSD's
    

    The proper type was used until 73251678c83cbe24d08264da693411b166239bc7.

    This covers all of the OS's that currently have V4L2 support, permutations
    of Linux glibc/musl, Android bionic, FreeBSD, NetBSD, OpenBSD, Solaris.

    Copied from FreeBSD ports patch.

    Signed-off-by : Brad Smith <brad@comstyle.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavdevice/v4l2.c
  • Anomalie #2727 (Nouveau) : base et tables MySQL de type InnoDB

    23 mai 2012, par denisb -

    spip3 et supérieur à la création d’une nouvelle base MySQL, base et tables utilisent le moteur InnoDB ; à la mise à jour d’une base MySQL, les 4 tables de svp (spip_depots, spip_depots_plugins, spip_paquets et spip_plugins) ainsi que spip_test sont créées avec le type InnoDB ; les autres tables et (...)

  • avformat/flvdec : read the correct bits into the tag type

    4 septembre 2014, par Steven Liu
    avformat/flvdec : read the correct bits into the tag type
    

    from the flv spec, the flvtag define the tagtype as one byte,
    the spec desc is :
    Reserved UB[2] Reserved for FMS, should be 0
    Filter UB[1] Indicates if packets are filtered.
    0 = No pre-processing required.
    1 = Pre-processing (such as decryption) of the packet is
    required before it can be rendered.
    Shall be 0 in unencrypted files, and 1 for encrypted
    tags.
    See Annex F. FLV Encryption for the use of filters.
    TagType UB[5] Type of contents in this tag. The following types are
    defined :
    8 = audio
    9 = video
    18 = script data

    Signed-off-by : Steven Liu <qi.liu@chinacache.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/flvdec.c