
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (49)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar 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, parUnlike 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 AshutoshI 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 -
how to set up a streaming media server with the h.264 RTP packets as input-stream
29 septembre 2013, par chenakiraAs 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.