Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (108)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (14974)

  • ffmpeg can't assign requested address for http stream

    12 août 2022, par MirceaKitsune

    I'm writing a script to stream webcam video / audio to http or rtmp using ffmpeg. I managed to get the capture devices right and have them output to mp4 file, streaming to UDP also seems to work but I want to go with TCP. For some reason ffmpeg always complains about the connection and is unable to access the address.

    


    ffmpeg -f video4linux2 -i /dev/video0 -f alsa -i hw:2 -f mpegts http://1.2.3.4:5678

    


    This instantly gives the error connection refused. I understand I need to add the parameter -listen 1 for http to work, I did so but now the error then becomes cannot assign requested address. Some articles suggested using ffserver but that command doesn't exist, I take it the normal ffmpeg command acts as that now ? Firewall settings and port forwarding in the router are configured and shouldn't be the problem.

    


  • avfilter/af_afftdn : use define for sfm flags mask and size

    13 mars 2022, par Paul B Mahol
    avfilter/af_afftdn : use define for sfm flags mask and size
    

    Instead of hardcoding values.

    • [DH] libavfilter/af_afftdn.c
  • fate : mask errors while constructing report files

    24 mars 2017, par Clément Bœsch
    fate : mask errors while constructing report files
    

    The first case was forgotten in 89790ba2bfc9d0dc5ad407c5724b6ee616ecde58.

    Note : build_only=yes is one of the case where hiding the errors makes
    sense.

    • [DH] tests/fate.sh