Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (74)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (7915)

  • ffplay when network issue appears

    5 mai 2018, par verb

    I try to play internet radio stream with ffplay. Problem is that if something happen with network connectivity ffplay stops and doesn’t play anymore the stream after the network problem is solved.Here is the command i use :

    ffplay -nodisp -loop 0 -i http://185.85.29.141:80

    I tried to simulate by blocking the ip with iptables and after that delete the rule.I have tried the command with other network streams and it works after network connectivity is solved so could it be that the streaming server for this particulat stream doesn ;t allow syncronization or something like that ? Please any suggestion on how to solve this.

  • libavutil/log.c : only include valgrind header when used.

    29 octobre 2023, par Reimar Döffinger
    libavutil/log.c : only include valgrind header when used.
    

    This is cleaner, but it is also a workaround for when
    the header exists, but cannot be compiled.
    This will happen when the compiler has no inline asm
    support.
    Possibly the configure check should be improved as well.

    • [DH] libavutil/log.c
  • avformat/dovi_isom : Implement Dolby Vision configuration parsing/writing

    1er janvier 2022, par quietvoid
    avformat/dovi_isom : Implement Dolby Vision configuration parsing/writing
    

    Both parse/write implementations are based on mov/movenc.

    This only adds support for the "Dolby Vision configuration box".
    Other configuration boxes, such as
    "Dolby Vision enhancement layer configuration box" are not supported.

    The new functions will be used to implement parsing/writing the DOVI config
    for Matroska, as well as to refactor both mov/movenc to use dovi_isom functions.

    Signed-off-by : quietvoid <tcChlisop0@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/dovi_isom.c
    • [DH] libavformat/dovi_isom.h