
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (97)
-
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. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (9997)
-
Evolution #3821 : [sécurité - cookie] possibilité de gérer l’attribut "secure" du cookie spip sess...
23 septembre 2020J’ai complété par https://git.spip.net/spip/spip/commit/d6552d0563 en fait, car trop optimiste, la version avec $options en tableau est arrivée en PHP 7.3, de même que l’option samesite.
Du coup, on applique same que pour php >= 7.3.Alternative sinon il faudrait passer par la fonction header() comme a fait Nextcloud là dans sa classe setCookie : https://github.com/nextcloud/server/commit/d01905200aa2da5f6271815975500dc7f30fd050
-
Roadmap #4790 : Suppression des fonctions dépréciées
23 mai 2021Ma seule remarque là comme ça c’est peut être :
version_svn_courante()
qui a juste été déprécié en 4.0. MAIS : son usage (qui cherchait le numéro svn du plugin en cours à 99% du temps) ne peut plus marcher de toutes façons, que que ces plugins sont en GIT. La fonction alternative version_vcs_courante() teste bien mieux. Donc : OK pour supprimer celle là a priori en 4.0 (sinon on attend un peu mais… bon, c’est pas comme si la fonction faisait quelque chose...)Il y a quelques usages sur la zone de
#LOGIN_PUBLIC
(mais elle est dépréciée depuis SPIP 3.0 (et indiqué sur spip.net)) -
ffmpeg transcode from h.264 to h.264 sometimes fail
15 mai 2017, par frodeborliI have set up a streaming server, and I am making the server transcode the incoming stream to alternative bitrates.
I have discovered that when clients send h264 video, sometimes the resulting stream fails. If the client instead sends VP8 encoded video, the resulting output is fine. It seems as if the video is only being partially transcoded when going from h264 to h264.
How can I force ffmpeg to fully decode the incoming video, frame by frame - then encode it again - without having clients send inferior VP8-video ?