
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (49)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (6139)
-
Nginx, ffmpeg HTTPS to RTMP
18 juin 2020, par TomI have a web server that's root page is a continuous changing image from a camera. This I can view across the web in a browser without issue.



What I really want to do however is a Nginx with the RTMP extension to take the HTTP and convert to a RTMP stream. Which I think is something like this...



worker_processes auto;
rtmp_auto_push on;
events {}
rtmp {
 server {
 listen 1935;
 listen [::]:1935 ipv6only=on;

 application live {
 live on;
 record off;
 exec_pull /usr/bin/ffmpeg -f image2 - loop -i https://<domain> -f flv rtmp://localhost/show/stream;
 }
 }
}
</domain>



However that doesn't work, it doesn't do anything, no error, no result. If I point VLC at the expected stream I get not a sausage.



If anyone has any ideas on what is wrong I would be very grateful.



Tom


-
Anomalie #4345 : super_cron HS en https
23 août 2020, par jluc -Thanks for merging.
On peut release 3.3 ! -
1.3.14 - Fixed IE6 HTTPS security warning.
27 octobre 2010, par Jack Moorem README m colorbox/jquery.colorbox-min.js m colorbox/jquery.colorbox.js m example1/index.html m example2/index.html m example3/index.html m example4/index.html m example5/index.html 1.3.14 - Fixed IE6 HTTPS security warning.