Recherche avancée

Médias (91)

Autres articles (82)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • Best way to upgrade FFMPEG library upgrade ? [closed]

    1er février 2024, par Code_Life

    Background context : We are using FFMPEG 3.4 on iOS & Android apps to playback our RTSP streams and are planning to upgrade to the latest version which is 6.x

    


    Problem Statement : I want to minimize the risk(& effort) in development and testing as we have a large of devices which generate the stream.

    


    Question :

    


      

    1. Any suggestion or experience on upgrading ? Do's and Don't

      


    2. 


    3. One of the thoughts is to add two versions of FFMPEG lib and validate each device's performance by doing A/B testing over time. But I'm not sure if that is technically possible as both dependencies will conflict.

      


    4. 


    5. Has anyone tried the Multiplatform approach ?

      


    6. 


    


  • stream divx/mkv to html5 video with ffmeg

    15 juillet 2014, par Roeland

    I’m looking into making something that can play divx/mkv videos with html 5 video.
    I don’t know much about ffmpeg or streaming so this may be a simple question.
    With ffmpeg I could transcode the video to a mp4 file and then stream it with the html 5 video tag.
    But is there a way to do the streaming without writing it to disk first ?
    If it is possible, can someone point me in the right direction ?
    I’m planning on writing this in Go, but the language is not important.

  • Live audio streaming from IP camera/rtsp to website

    16 décembre 2018, par Peter Pihlmann Pedersen

    I have a Dahua IP camera with a microphone. I would like to get the audio stream playing on a website like a live radio.

    I have a raspberry pi which I was planning to use with ffmpeg, but I haven’t had much success in bridging the gap between that and my website to form an audio stream.

    • Can this be done via sftp/ftp with mp3 files and some fancy php/javascript to play like a live radio ?

    • Do I need to use another service ? (would like to minimise costs as much as possible !)

    Thanks !

    Peter