This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mod:mplayer:format:playlist [2016/12/20 15:30] 127.0.0.1 external edit |
mod:mplayer:format:playlist [2024/04/04 15:50] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Module MediaPLayer : Format du fichier de Playlist ===== | + | <html><!-- nomoodle --></html>{{ :logo-apl.png?nolink |}}<html><!-- /nomoodle --></html> |
- | Le fichier de Playlist est un fichier XML fournissant un grand nombre d'information condesnée sur les clips à jouer dans le MediaPlayer. Vous pourrez toruver plus d'informations sur les technologies de play list à l'URL http://code.google.com/p/moodle-flv-player/wiki/UsingXMLPlaylists. | + | ===== Playlist XML File format ===== |
+ | ===== MPlayer module ===== | ||
- | Le fichier de play list se constitue à partir d'un élément racine ''trackList'' qui contient des descripteurs de ''track''. | + | The playlist XML file concentrates all information necessary to drive a multiple clips video show. You may also read the reference document here: http://code.google.com/p/moodle-flv-player/wiki/UsingXMLPlaylists. |
- | Un descripteur de clip (track) fournit un certain nombre d'informations sur le clip : | + | The XML playlist document structure starts with a root element "trackList" which holds single "track" descriptors. |
- | * ''location'' : L'URL du média | + | A track describes a full clip with following information: |
- | * ''thumb'' : L'URL de la vignette associée au clip | + | |
- | * ''title'' : Le titre du clip dans la playlist | + | |
- | * ''caption'' : Synonyme de title | + | |
- | **Note :** Cette fonctionnalité est fournie comme utilitaire aux exploitants qui disposent déjà d'un patrimoine de médias constitué dans une médiathèque privée, et plus suscpetibles à configurer les publications pas le production de descripteurs textuels que par le déplacement des ressources originales. | + | * //location//: the url of the media |
+ | * //thumb//: an url to a thumbnails image for playlist graphical representation | ||
+ | * //title//: Clip's caption in the playlist | ||
+ | * //caption//: Id. title. | ||
- | [[modmediaplayeruseflowplayer|Revenir au guide d'utilisation]] | + | **Note :** XML Playlists are suitable for content publishers that have an industry level management of their content assets and are more likely to manage publications through textual metadata descriptors. |
+ | |||
+ | [[:mod:mplayer:userguide:flowplayer|Back to flowplayer userguide summary]] |