
Advanced search
Other articles (105)
-
Personnaliser les catégories
21 June 2013, byFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Contribute to translation
13 April 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 (...) -
List of compatible distributions
26 April 2011, byThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
On other websites (8463)
-
Anomalie #3407: La colonne "extension" est vide concernant certaine url distante
27 March 2015, by Franck DalotNégatif, Maïeul, aucun changement en SPIP 3.1.0-alpha [21961] :-(
Les deux première ne fonctionnent toujours pas (firefox 36.0.4 et windows 8.1)
https://www.youtube.com/watch?v=_h1N8MDaVXA
https://youtu.be/_h1N8MDaVXA
Et en ajoutant cette adresse dans la médiathèque, cela fonctionne toujours normalement
http://contrib.spip.netPar contre, la médiathèque utilise la version 2.15.1 de mediaelement,
http://zone.spip.org/trac/spip-zone/browser/_core_/plugins/medias/lib/mejs/mediaelement.js
La dernière dispo est la 2.16.4
https://github.com/johndyer/mediaelement/blob/master/changelog.md
Possible qu’il faudrait faire la mise à jour de la lib également, car même s’il y a résolution de ce bug, il semble que la 2.16.3 en corrige un autre qui concerne youtube et les smartphone sous ios et android -
Anomalie #4363: mot de passe vide bloque le formulaire de réinitialisation du mot de passe d’un u...
3 August 2019, by RastaPopoulos ♥On ne veut justement pas envoyer de mot de passe dans des emails en clair. Je trouve ce bouton une fausse bonne idée en fait. Il faut arrêter de faire ça, tout comme ce n’est pas bien à l’inscription (et ce pourquoi on avait fait "Mot de passe à l’inscription" avec g0uz).
Le form de rappel de mot de passe envoie juste un lien avec jeton temporaire, et ensuite c’est la personne qui choisit son mot de passe. Mais ya pas des mots de passe qui circulent en clair, c’est trop bof.
-
UDP streaming from laptop to wowza streaming engine using ffmpeg
9 February 2018, by ST94I am working on Streaming a local file or a live stream from a webcam on my laptop to the Wowza Streaming Engine using UDP. My laptop and the system with Wowza server are able to ping each other. The ffmpeg command and the output it gives is
ffmpeg -re -i bunny_1080p_60fps_normal.mp4 -strict experimental -f mpegts udp://192.168.1.22:10000?pkt_size=1316
It shows that the video’s streaming, but on the wowza’s test players I am not able to view the stream. I followed these links to stream the video
https://www.wowza.com/docs/how-to-use-ffmpeg-with-wowza-media-server-mpeg-tshttps://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder
Please guide me what I am doing wrong here. Thank You