
Recherche avancée
Autres articles (93)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (8678)
-
Force FFMPEG to use TCP protocol when reading a RTSP Stream
17 juin 2021, 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.


-
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. -
avcodec/libsvtav1 : don't force a default value for deprecated options
29 novembre 2022, par James Almer