Recherche avancée

Médias (91)

Autres articles (85)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (4759)

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

    


  • send live video using javascript

    2 novembre 2019, par andres1415

    i need to send a live streaming from pc to pc , both of them using just the web browser (IE, firefox o chrome), exist a library (javascript) that could help me to push the stream from the sender to the media server (ffmpeg-ffserver, wowza, etc).

  • Live video stream tweaking with ffmpeg DJI Android mobile SDK

    14 mars 2018, par jmoore3274

    I’m trying to learn how to work with and tweak the live video stream from an X3 camera.

    I know that the DJI Mobile SDK for android uses ffmpeg for decoding and I know the class’s that I will probably need to use are the DJICodecManager class and the VideoFeeder class. However I can’t seem to find much documentation on how to incorporate ffmpeg filters into the live video stream. For example I would like to see if I can flip the image using ffmpeg using the following :

    ffmpeg -i in.avi -vf "hflip" out.avi

    Can someone point me in the correct direction of some documentation or examples I might not have seen yet ?