Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (98)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (8504)

  • Live Streaming using ffmpeg

    28 novembre 2014, par Tom

    Iam using following command in linux to stream RTSP videos to RTMP live streaming using ffmpeg

    ffmpeg -i "rtsp://mystreamingurl" -r 25  -s 640x400 -f flv -an  "rtmp://mylivestream/live"

    But Iam getting following Error while streaming, which is dropping the packets,

    q=2.0 size=      60kB time=0.08 bitrate=6149.4kbits/s dup=0 drop=5084  

    Can anybody help me please ?

  • Live stream objects counter

    21 novembre 2017, par user8826215

    I looking for open source software for count objects in live stream video. For example :
    I have many ip cameras in my city. I get the stream from cameras and put in linux with ffmpeg to export live stream.
    I wanna make in real time counter object like cars.
    For example :
    Today, on camera 5, 200 cars have passed

    Any suggestions how can I do it ?

  • Read rtmp live streaming video using python

    20 octobre 2022, par Telugu Tracker

    I am streaming a session using rtmp server(NGINX). I got the stream url as
rtmp://ip:port/live/stream_name.
How can I read the live stream in my python code(or any other) to do live transcription ?