Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (63)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (9390)

  • lavf/http: remove Mozilla/5.0 from user agent.

    17 juin 2013, par Clément Bœsch
    lavf/http: remove Mozilla/5.0 from user agent.
    

    It is notably known to break playback on http streaming servers who use
    the user agent to guess if it’s a browser (to display a summary) or a
    player (to stream the audio data).

    This reverts 1fabd95.

    Fixes Ticket #2663.

    • [DH] libavformat/http.c
  • doc/git-howto : be more strict about commit message formatting.

    15 août 2021, par Nicolas George
    doc/git-howto : be more strict about commit message formatting.
    

    Explain the format of the first line : "context : summary".
    Add examples and explain bad practices.
    Make it a section, so that we can link to it.

    • [DH] doc/git-howto.texi
  • How can I capture RTSP stream with FFMPEG continously and later decode a video

    17 avril 2020, par İsmet

    I have got a rtsp stream from camera. I don't want rtsp to mp4 file convert because that give a file like 10minute video,1 hour video. But I wanna search a specific date in stream (e.g 17.04.2020 15.00.00-16.15.00). So it have integrity data.

    



    enter image description here

    



    Summary : how can I storage this rtsp stream and convert a video type (mp4,avi) with specific time part of data when I want it ?

    



    Note : Sorry for my weak Englis, I hope image tells what I want.