
Recherche avancée
Autres articles (79)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (11414)
-
FFMPEG multi bitrate wowza live streaming keyframe alignment
27 septembre 2013, par Michael DietriechI tried live streaming with ffmpeg to wowza but even though i use -r 25 -g 50 -keyint_min 50 -sc_threshold 0, the keyframes don't seem to be aligned at the same place of the stream for all the outputs so when Wowza makes chunks for HLS out of it, the keyframes don't get alligned at the beginning of each chunk.
Any suggestions ?
-
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. -
FFMPEG - windows - MJPEG stream - convert to MP4 and re-stream - C# - newbie [on hold]
27 décembre 2014, par ganeshAm a newbie to work with videos and stuff.
Doing a project with a panasonic IP cam (WV-ns-202A) which will be the source of an MJPEG stream.
I need to Display this content on a ASP.net,C# web app under IIS, as well as store the same in filesystem.
sofar have tried out some ffmpeg/vlc stuff not helping much.
(tried #transcoding to flv and save in local filesystem - success
#transcoding and restream over http - failed
#transcoding with vlc & streaming (sout) - failed
)looks like am lost.
Do i must need a meadia server to stream this or can i manage with ffmpeg itself ?.
one camera to one user, no users more then that at any point of time.Any help appreciated - guidence, sample code, links, c#,
Thanks for your time.