Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (72)

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8018)

  • Revision bf1bb5d04ca3a0914adf0e5bcfa68a9dd8cf85a8 : Ajout de la langue Nasa Yuwe (pbb) Nouveau code de langue : Nasa Yuwe ...

    1er décembre 2010, par davux — Log

    Ajout de la langue Nasa Yuwe (pbb) Nouveau code de langue : Nasa Yuwe (pbb). Il s’agit de la langue officielle du territoire Nasa (non pas les fusées), en Colombie. Infos : - http://fr.wikipedia.org/wiki/P%C3%A1ez (en français) - http://es.wikipedia.org/wiki/Idioma_p%C3%A1ez (en espagnol) Cet (...)

  • How to eliminate ffplay delay on a local network

    29 mai 2021, par Vigrond

    I am streaming audio from one computer to another on my local LAN.

    


    Server command :

    


    ffmpeg -re -f alsa -ac 2 -i default -fflags nobuffer -flags low_delay -sdp_file ~/sdp_stream -f rtp rtp://192.168.1.5:1234


    


    Client command :

    


    ffplay -fflags nobuffer -flags low_delay -nodisp -fast -framedrop -infbuf -protocol_whitelist rtp,file,udp sdp_stream


    


    This works with near-zero delay for a while, but after a bit the delay increases over time.

    


    My perception of delay is due to playing a YouTube video or Spotify on the server, and experiencing a delay on the client (both monitors in front of me).

    


    I am certain that it should be possible to set this up correctly with a near-zero delay on my local hardwired network, but I can't seem to find the correct setting in the FFmpeg documentation.

    


  • FFMPEG command is still referring to old build [on hold]

    15 octobre 2015, par GlacialFlames

    The version of FFMPEG that came on my server does not have the correct codecs I need for web encoding.

    I’ve followed this guide to completion to recompile FFMPEG on my server https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

    Now when I use the FFMPEG, it is still calling the old build as it shows the build date as 2013 and it doesn’t have the codecs I chose.

    I’m lost as to how I should proceed, I can’t find where the new build is located on my server either.

    Did I need to uninstall FFMPEG before following the guide ? How would I do that ?

    I’m using CENT OS 6.4

    I apologize if this is something obvious, I am new to linux.

    Thanks for any help, I’m really stuck on this.