Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (113)

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

  • avformat/http: prevent truncation of sanitized_path

    9 juin 2021, par James Almer
    avformat/http: prevent truncation of sanitized_path
    

    path1 and sanitized_path are both MAX_URL_SIZE bytes long, yet the latter is
    copied from the former with the addition of one extra character.

    Should fix a -Wformat-truncation warning.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/http.c
  • ffmpeg restream http to rtmp

    11 avril 2016, par user3787697

    I am using this code to restream http link on ustream rtmp

    ffmpeg -i http://89.163.148.171:8000/live/TBsZG5hvAh/PfiwdAHOOr/1.ts -vcodec copy -b:v 1500k -acodec libvo_aacenc -f flv

    "rtmp://1.21285978.fme.ustream.tv/ustreamVideo/21285978/YdrpVsVRfej729BKfacnSsf96YYNWcf7"

    It connects OK. But after some time, it starts to drop frames, which results in buffering the video output. Can you please help in the code, where i am wrong ?

    Picture for showing frames drop

    enter image description here

  • http: enable icy metadata by default.

    1er août 2014, par Andrew Stone
    http: enable icy metadata by default.
    

    It won’t hurt servers that don’t care about the header,
    and those that do will include it by default.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] Changelog
    • [DBH] doc/protocols.texi
    • [DBH] libavformat/http.c