Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (108)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (14007)

  • avformat/gopher : Add support for Gopher over TLS

    28 février 2021, par parazyd
    avformat/gopher : Add support for Gopher over TLS
    

    This commit adds a "gophers" handler to the gopher protocol. gophers
    is a community-adopted protocol that acts the same way like normal
    gopher with the added TLS encapsulation.

    The gophers protocol is supported by gopher servers like geomydae(8),
    and clients like curl(1), clic(1), and hurl(1).

    This commit also adds compilation guards to both gopher and gophers,
    since now there are two protocols in the file it makes sense to
    have this addition.

    Signed-off-by : parazyd <parazyd@dyne.org>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general_contents.texi
    • [DH] doc/protocols.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/gopher.c
    • [DH] libavformat/protocols.c
    • [DH] libavformat/version.h
  • Screenshot of a udp live stream from VLC,using ffmpeg

    8 août 2017, par yash17

    I want to take a screenshot of a network stream,that is playing on VLC,on udp protocol,using ffmpeg.
    I’m able to save the recorded stream using the following command.

    ffmpeg -i udp://ip:port -c copy file_name.ts

    But is there a way to take the screenshot without saving the file.I don’t want to take thumbnails.Thank You for your hrlp.

  • how to record a video from local camera connected through rtsp

    12 octobre 2018, par voo_doo

    I was assigned to record a video from a camera which is connected via rtsp protocol. I have an IP address of the camera and ffmpeg installed on windows 10. I looked for the options on the Web but could’t find any. How do I do that ?