
Recherche avancée
Autres articles (61)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 ;
Sur d’autres sites (7727)
-
Force FFMPEG to use TCP protocol when reading a RTSP Stream
7 juin 2016, par gary_starI’m running
ffmpeg
(Windows 7, 64bit) from command line to get a frame from a RTSP stream (second channel from my DVR) :ffmpeg -i "rtsp://xxx.xxx.xxx.xxx:554/user=xxxx&password=xxxx&channel=2&stream=0.sdp" -rtsp_transport tcp -y video.jpg
After running, it waits for about 10 seconds and then i get :
[rtsp @ 026fd840] UDP timeout, retrying with TCP
After another long wait (2 minutes or so), i get :
[rtsp @ 028dd840] Could not find codec parameters for stream 0 (Video: h264): unspecified size
I read somewhere that I have to force using TCP, because changing from UDP to TCP will not work.
I don’t understand why
-rtsp_transport tcp
is not working.I’m using
ffmpeg version N-62509-g97751e1 built on Apr 17 2014 22:01:31 with gcc 4.8.2 (GCC)
.Please help me.
Thank you. -
Is it possible to use Emgu CV 3.0 to open a live stream with rstp protocol with ffmpeg h264
1er février 2017, par Rezell IsidroIs it possible to use this code in capturing a video stream from an ip camera ?
Capture cap = new Capture("rtsp://192.168.42.1:554/live");
imageBox1.Image = cap.QueryFrame();because my image box is displaying nothing but when i tried viewing it to VLC Media Player the ip address worked. Please help.
I also tried it with VLCPlugin v2 instead of using imageBox and the ip address still work..
I also tried it with iSpy and it worked under ffmpeg(h264), maybe the problem is there ? I’m using Visual Studio Ultimate 2010, Emgu CV 3.x. and I’m using Please help. Been working on this for long now.
-
Document "crypto" protocol
19 juin 2013, par Andrey Utkin