
Recherche avancée
Autres articles (53)
-
Personnaliser les catégories
21 juin 2013, parFormulaire 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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
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 (9038)
-
A query on ffmpeg's DASH muxer and setting timeShiftBufferDepth values in MPEG-DASH Media Presentation Description (MPD) files
18 février 2019, par 林正浩The documentation for the webm_dash_manifest muxer mentions the time_shift_buffer_depth option, defined as "Smallest time (in seconds) shifting buffer for which any Representation is guaranteed to be available. "
What’s the equivalent option/setting for the same in the dash muxer (,if implemented) ?
-
MPEG DASH : Playing video segments from .m4s files instead of byte ranges in the MPD File using Simple DASH Player
1er novembre 2018, par TrycoderI have followed the tutorial from the link below to create an MPEG DASH player using HTML5 and javascript.
Building a simple MPEG dash player using HTML5 and JS.In the given tutorial, it is possible to play the video segments using byte ranges. But for my application, I need the following features.
- The video player should read the .m4s segment files and play the video instead of byte ranges.
- The amount of data in the MediaSource buffer should be calculated periodically, also the amount of space left in the buffer.
Are these possible in the given player or Is there a better MPEG DASH Player with the above features ?
PS : The MPD File is created using FFmpeg.
ffmpeg -f avfoundation -video_size 1280x720 -framerate 30 -i 0 -vcodec libx264 -acodec aac -b:v 800k -f dash -use_template 0 -min_seg_duration 4000 -single_file 1 -start_at_zero -live 1 ffmpeg.mpd
Also, I tried using the DASH.js player but the documentation is very vast in it. Can we get the size of the source buffer in dash.js (The space available in the source buffer and also the amount of space filled) ? This is the main feature which is required for my project.
Edit :
Code which I tried -
Evolution #2614 (Nouveau) : Améliorer la selection des mots-clés Spip 3
25 mars 2012, par YannX spipDans l’interface de saisie des mots-clés, il devient rapidement difficile de s’y retrouver quand a a saisir parmi un grand nombre de mots-clés (l’exemple caractéristique en est Spip-Contrib...). Une première amélioration pourrait consister à rafraichir le nombre de mots déjà sélectionnés dans le (...)