Recherche avancée

Médias (91)

Autres articles (60)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (9084)

  • demuxer for gstreamer raw video streaming

    26 juin 2020, par user3094544

    Is there any muxer for libav/ffmpeg and demuxer for gstreamer which support both raw audio (pcm_s16le) and raw video (yuv420p) streaming ? I've already tried nut/avdemux_nut but it doesn't seem to work.

    


  • Live streaming application using ffmpeg and C#

    22 février 2016, par sameer

    I am building an c# application for live streaming. I am able to stream the feed from web cam to rtmp server using ffmpeg but unable to display it on screen at the same time.

  • RTSP Streaming Server C++

    24 août 2020, par Lakshya

    I would like to write a RTSP streaming server using C++. Multiple clients will be connected to this server for receiving the streamed data.

    


    What I understand is that I need to do socket programming in C++ for client server architecture.

    


    I know FFMPEG has command line support for streaming audio/video. But my requirement is writing a client server socket model in C++.

    


    I had a look at https://www.medialan.de/usecase0001.html

    


    I am also looking at this. https://www.youtube.com/watch?v=MEMzo59CPr8

    


    but I am not sure if this will help me.

    


    For streaming the audio/video data, Do i need to use FFMEPG APIs. If yes, which libraries of FFMPEG i need to use ?.