Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (103)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

Sur d’autres sites (7935)

  • How to receive and store rtsp data

    23 juin 2020, par Yves

    I'm a newbie on video-stream process.

    


    My goal is to store the video-stream data, formatted with RTSP protocol.

    


    Here is what I've done :

    


    First, I execute ffserver -f ffserver.conf to run the server. Here is the file of ffserver.conf :

    


    HTTPPort 8090&#xA;RTSPPort 5554&#xA;HTTPBindAddress 0.0.0.0&#xA;MaxHTTPConnections 2000&#xA;MaxClients 1000&#xA;MaxBandwidth 30000&#xA;CustomLog -&#xA;NoDaemon&#xA;#NoDefaults&#xA;&#xA;#2. config ffm file&#xA;<feed>&#xA;File /tmp/feed1.ffm&#xA;FileMaxSize 100M&#xA;</feed>&#xA;&#xA;#3. http&#xA;<stream>&#xA;Feed feed1.ffm&#xA;Format flv&#xA;</stream>&#xA;&#xA;# RTP&#xA;<stream>&#xA;Feed feed1.ffm&#xA;Format rtp&#xA;VideoCodec mpeg4&#xA;VideoFrameRate 15&#xA;VideoBufferSize 80000&#xA;VideoBitRate 100&#xA;VideoQMin 1&#xA;VideoQMax 5&#xA;VideoSize 352x288&#xA;PreRoll 0&#xA;NoAudio&#xA;</stream>&#xA;&#xA;#4. stat.html&#xA;<stream>&#xA;Format status&#xA;ACL allow localhost&#xA;ACL allow 192.168.0.0 192.168.255.255&#xA;</stream>&#xA;

    &#xA;

    Then, I execute ffmpeg -i ./test.mp4 -vcodec libx264 -acodec aac http://localhost:8090/feed1.ffm.

    &#xA;

    Finally, I can configure rtsp://localhost:5554/test1.mpeg4 in VLC player and play the video.

    &#xA;

    Now, what I need is to store the RTSP data on the disk, instead of playing it with some player like VLC.

    &#xA;

    For example, I want to receive the RTSP data and store it into fixed-size files. If I've received 100M RTSP data, I would like to store it into 10 10MB files. And in the future, I can extract the data from the 10 files and play the video.

    &#xA;

    How to achieve this ? What should I do ?

    &#xA;

  • store more vars than we removed

    16 août 2010, par Johann

    store more vars than we removed

  • nut : store and read the r_frame_rate

    2 octobre 2012, par Michael Niedermayer

    nut : store and read the r_frame_rate