Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (66)

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

  • avformat/avio : Fix unknown protocol handling

    17 mars 2016, par Michael Niedermayer
    avformat/avio : Fix unknown protocol handling
    

    Fixes regression since bb8cc89b2986df6f60831b67cd250da312cce1d0

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/avio.c
  • ffplay, rtsp and tcp transport protocol

    27 juillet 2022, par Denis Gottardello

    I have a problem on connect to a rtsp camera using ffplay.&#xA;The camera is under a router that permits only the TCP protocol.&#xA;I can watch the camera using ffplay only if I am in the same network of the camera.&#xA;So, when I am out, using this command line

    &#xA;

    ffplay rtsp://address:554/onvif1&#xA;

    &#xA;

    or this

    &#xA;

    ffplay -rtsp_transport tcp rtsp://address:554/onvif1&#xA;

    &#xA;

    I cannot watch the camera.&#xA;This is the output of ffplay (the latest).

    &#xA;

    [rtsp @ 059ee680] Nonmatching transport in server reply  0B f=0/0&#xA;rtsp://address:554:/onvif1: Invalid data found when processing input&#xA;

    &#xA;

    Trying with VLC and I can watch the camera without any problem, both when I am in the same network or when I am out. The VLC output says that VLC uses TCP.&#xA;Has someone got a suggestion ?

    &#xA;

  • fftools/ffmpeg_demux : disable stdin interaction for fd protocol

    14 décembre 2022, par Zhao Zhili
    fftools/ffmpeg_demux : disable stdin interaction for fd protocol
    

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] fftools/ffmpeg_demux.c