
Recherche avancée
Autres articles (43)
-
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" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (8561)
-
How can I check whether an RTMP live stream is working on the server side ?
10 juin 2015, par MoyersyI have a site where users can broadcast their own live streams. They are provided with a URL to push their stream to over RTMP. Viewers have an embedded flash player to watch each stream.
I need to be able to determine whether a particular stream is broadcasting. It doesn’t need to do any analysis, simply to check that there’s an actual stream at the RTMP URL.
It seems that VLC doesn’t support RMTP.
I’ve tried ffmpeg but not managed to solve the problem yet.Server is running Ubuntu.
Bonus : How can I update the database based on the results of this stream test ?
-
Anomalie #3407 (Nouveau) : La colonne "extension" est vide concernant certaine url distante
12 mars 2015, par Franck DalotBonjour :-)
SPIP 3.1.0-alpha [21937] (neuf et vierge)
Php 5.6.6
prefix des tables : spipdev25
Installation faite en MySQLSi je vais dans ecrire/ ?exec=documents&ajouter=oui que je clique sur "internet" que je fait un copier/coller d’une adresse youtube comme :
https://youtu.be/_h1N8MDaVXA
Puis, je clique sur "choisir", le doc n’est pas visible sous l’onglet "autres" de la médiathèque
L’unique chose qui montre bien, que le doc est dans la base de données, est que l’onglet "autres" s’affiche "Autres (1)"
Dans la base de données, la colonne "extension" est vide concernant ce doc
Je vois rien dans les logs :-(
L’unique chose qui m’apparait, ce sont trois notices, donc, je doute que que cela soit le problème
Notice : Undefined index : extension in /.../ecrire/inc/distant.php on line 942
Notice : Undefined index : extension in /.../plugins-dist/medias/action/ajouter_documents.php on line 120
Notice : Undefined index : extension in /.../plugins-dist/medias/action/ajouter_documents.php on line 188A savoir que cela me fait pareil, avec l’adresse :
https://www.youtube.com/watch?v=_h1N8MDaVXAMais que cela fonctionne très bien avec cette adresse (même pas de notice) :
http://contrib.spip.net -
ffmpeg zoom in for 5 seconds, then zoom out for 15 seconds to repeat the entire video
24 janvier 2020, par MonsoI have 1 video, I want to watch 15 seconds, I will zoom in to 5 seconds to repeat the whole video
Audio and video must be equalffmpeg -y -i 1.mp4 -vf "scale=2*iw:-1, crop=iw/2:ih/2:enable='lt(mod(t,27),3)*gte(t,27,3)'" output.mp4