
Recherche avancée
Autres articles (100)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...)
Sur d’autres sites (6815)
-
stream video with http using ffmpeg in linux [closed]
7 juin 2013, par R SquareHi till now i am using rtmp for my live streaming for webcam using ffmpeg but now i want to stream webcam with http using ffmpeg please help
here is my rtmp streaming command
ffmpeg -f video4linux2 -i /dev/video0 -f flv rtmp://192.168.2.25:25333/rupesh/test
-
How to http stream video from a frequently updated image
27 avril 2017, par alezHow can I obtain an HTTP video stream from a single image file that is frequently updated (every 50ms) ?
The file is on a Windows 7 machine, I can use C# but I can also send a potential stream to a linux machine.
I would try whith vlc and the fake module, but it seems not more supported. I’ve tried also with a pipe from ffmpeg (also over an udp localhost stream) but it doesn’t work.
-
How to stream with ffmpeg over http protocol ?
27 octobre 2023, par Çağlayanffmpeg -f dshow -i video="Chicony USB2.0 Camera" -pixel_format bgr24 -r 30 -s 640x480 -c:v libx264 -preset ultrafast -tune zerolatency -f mpegts https://172.16.142.252:8888/live.mjpg



When I run this command I get the following problem. What is the reason and how do I solve it ?


Input #0, dshow, from 'video=Chicony USB2.0 Camera':
 Duration: N/A, start: 5498.027651, bitrate: N/A
 Stream #0:0: Video: mjpeg (Baseline) (MJPG / 0x47504A4D), yuvj422p(pc, bt470bg/unknown/unknown), 1280x720, 30 fps, 30 tbr, 10000k tbn
[dshow @ 00000239732d1740] real-time buffer [Chicony USB2.0 Camera] [video input] too full or near too full (73% of size: 3041280 [rtbufsize parameter])! frame dropped!
[dshow @ 00000239732d1740] real-time buffer [Chicony USB2.0 Camera] [video input] too full or near too full (95% of size: 3041280 [rtbufsize parameter])! frame dropped!
 Last message repeated 2 times
[dshow @ 00000239732d1740] real-time buffer [Chicony USB2.0 Camera] [video input] too full or near too full (103% of size: 3041280 [rtbufsize parameter])! frame dropped!
 Last message repeated 131 times
[tcp @ 0000023973305d00] Connection to tcp://172.16.142.252:8888 failed: Error number -138 occurred
[out#0/mpegts @ 00000239732fb540] Error opening output https://172.16.142.252:8888/live.mjpg: Error number -138 occurred
Error opening output file https://172.16.142.252:8888/live.mjpg.
Error opening output files: Error number -138 occurred



i am trying to stream with ffmpeg via http protocol