
Recherche avancée
Autres articles (84)
-
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 ;
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (12421)
-
Workaround for webbrowsers buffering live webm streams and introducing a delay (how to play live webm stream)
8 juillet 2014, par CoryGI have webm streams coming from an ffserver (16 streams), managed to get all 16 to load at once within a browser, but whether I am playing just one or 16 there is a delay of 3-5 seconds introduced due to either buffering or the handshake plus some kind of compensation to try and sync the timestamps by the browser itself, which leads to my question :
Is it possible to force a browser playing a webm stream via HTML5’s video tag (I only really care about Chrome, but it’s happening in Firefox too) to play from the actual most recent frame (clients and servers share a common NTP server over the LAN, so they are guaranteed to be synced, if that is a factor) as opposed to maintaining a buffer of several seconds and playing from the start of that buffer ?
-
live stream with ffmpeg and IP camera
23 octobre 2013, par hamilton.limaI'm reading a live stream from a DKSEG IP camera, but the results are not good at all ...
Here is the command line used for this :
./ffmpeg -i "http://192.168.0.29/videostream.asf?user=admin&pwd=&resolution=64&rate=0" -vcodec libx264 -r 30 -s 640x480 -threads 2 -vprofile baseline -vpre zoom -strict experimental -acodec aac -ab 96000 -ar 48000 -ac 1 -f rtsp rtsp://xxx.xxx.xxx.xxx:1935/live/_definst_/c3
the zoom.ffpreset :
coder=1
level=31
maxrate=1200000
bufsize=200000
wpredp=0
g=60
refs=1
subq=3
trellis=0
bf=0
rc_lookahead=0Even when I save to a mp4 file the results are not good, with some gaps in the video.
Any toughts ? suggestions ?
-
FFMPEG : Queue input is backward in time & invalid, clipping issue [on hold]
22 octobre 2013, par SaiI am using FFMPEG to convert the following video from wmv to flv and getting errors.
Command is
ffmpeg -i Sample.wmv -qscale 0 -s 472x314 -ar 22050 -ac 1 -ab 96k -g 5 Sample.flv
I am getting these errors
[libmp3lame @ 000000000030b640] Queue input is backward in time
[flv @ 00000000003e6b20] st:0 PTS: 560 DTS: 560 < 577 invalid, clippingAlthough the file is getting converted from the command line. Conversion is being interrupted after integrating with my application.
And the video size is 300MB
Any idea why these errors were coming ?