Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (75)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (4644)

  • avformat/hls : change sequence number type to int64_t

    16 janvier 2021, par Zhao Zhili
    avformat/hls : change sequence number type to int64_t
    

    Fix atoi() overflow for large EXT-X-MEDIA-SEQUENCE.

    The spec says the type of sequence number is uint64_t. Use int64_t
    here since current implementation requires it to be signed integer,
    and hlsenc use int64_t too.

    • [DH] libavformat/hls.c
  • How to discard context reinits during H264 video decoding from GStreamer webrtcbin

    20 mars 2019, par Szymon Piechaczek

    Gstreamer pipeline is receiving video this way :

    webrtcbin -> rtph264depay -> avdec_h264 -> ...

    I’ve enabled do_nack on rtpbin inside webrtcbin to make video quality better but the problem is that lost buffers from RTP cause ’sometimes’ h264 decoder to Reinit context to ... which makes the whole output video grey (with only movement visible) until the next keyframe is received (but this can happen many seconds later).

    I’ve noticed that EVENT_GAP is emitted right before context reinit but dropping them doesn’t help.

    How to make decoding artifacts acting ’as always’ on the corrupted video, not to fill the whole video with grey ?

  • Revision 3182ab619d : Use correct context for optimize_b() in vp8_optimize_mby_8x8(). Change-Id : Ic97

    17 octobre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp8/encoder/encodemb.c Use correct context for optimize_b() in vp8_optimize_mby_8x8(). Change-Id : Ic975ab85a9924adc7b3d421f64155cc79f40ffd0