Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (49)

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

  • Les images

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

Sur d’autres sites (3751)

  • Passing FFmpeg encoder output to live 555 media server

    23 septembre 2013, par Ashutosh

    I need help on transmitting encoded output from encoder video output to live 555 media server.

       ret=avcodec_encode_video2(c,&pkt,(AVFrame*)&sc_dst_data,&gotim);
       source=ByteStreamMemoryBufferSource::createNew(*env,pkt.data,ret);
       if (source == NULL){}
       videoES = source;
       video_source=H264VideoStreamFramer::createNew(*env,videoES);
       video_sink->startPlaying(*video_source,afterPlaying, video_sink);

    The above codes doesn't transmit the streams properly.it breaks.any insights on how to do for a proper streaming in ffmpeg ?
    Please help.

  • segment : Report the current media sequence

    29 avril 2014, par Luca Barbato
    segment : Report the current media sequence
    

    Useful for debugging mostly.

    • [DH] libavformat/segment.c
  • how to set up a streaming media server with the h.264 RTP packets as input-stream

    29 septembre 2013, par chenakira

    As beginning there may be some confusion,however the destination is
    setting up a RTP stream-sever to transfer the real-time monitoring
    video to other systems over internet.

    While my input is not a local file or some other URL input streams.
    My program just gets the RTP h.264 packets,and want to use my setting-up RTP server to transfer this video.

    I've considered about using the ffmpeg+ffserver ,but ffserver.config
    file need to use the local file to configure the input source. Hope
    some guys give me some hint or any other resolution to implement my
    streaming-media server.