Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (48)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (7306)

  • how to compile ffmpeg libraries for php 5.4 on windows to use with wamp [closed]

    19 juin 2012, par dakshina11

    how to compile ffmpeg libraries for php 5.4 on windows to use with wamp

    or can any one suggest where to these files.

    my php version is 5.4.3

  • How to make a windows software that includes / works with FFMPEG ?

    12 mars 2019, par dlp_coasters

    i’m quite a code novice, and i don’t really know if you will understand my question but i’ll try to explain as simple as possible :

    Using FFMPEG, i wanna make a Windows app that generates "Art Tracks" (videos like those you see on YouTube "Topic" Channels with the album cover and artist name - example : https://youtu.be/t61PjCxtT0U )
    Is it possible to integrate ffmpeg to an IDE like visual studio to make this ?

    Thanks in advance !

  • How can I stream a secure RTSP camera stream on Windows ? [closed]

    27 octobre 2022, par Juergen

    I have a windows application that consumes streams from IP-Cameras.
Currently I am using WebEye, an open-source component that uses ffmpeg under the hood.
I now want to connect to an AXIS IP-Camera which supports RTSPS (RTSP over SSL/TLS).
Since WebEye doesn't support RTSPS directly I was hoping that I could get ffmpeg to do the job and adjust WebEye.
Alternatively I would use any other Streaming-Library that supports viewing a secure RTSPS-stream on Windows, but I didn't come across any.

    


    So, I guess my questions are :

    


      

    1. Are there any Windows-Tools that supports RTSPS-Streams that I can use for reference/testing ?
    2. 


    3. Are there any libraries that I can use in my Windows-application to show the RTSPS-stream ?
    4. 


    5. Can I get ffmpeg and/or ffplay to play the RTSPS-Stream ?
    6. 


    


    Thanks in advance for the help !

    


    Best Regards

    


    Juergen