This page is still a beta!

1.2. Users manual

Installation

The installation of the extension is easy as usual. Just import the extension (key: media_center) from the TYPO3 Online Repository (TER) and install it using the Extension Manager in the backend of your TYPO3 installation. Make sure you make the updates during installation process to apply the needed database changes. Elsewehre use the compare function of the database section within the install tool.

Static template

include the static template (Media Center) in your main Typoscript configuration:

Constant Editor

use the constant editor to configure the settings via typoscript. All configuration settings can be overriden via the flexform configuration of the plugin (see next chapter).

Attention: Empty settings and settings with value=0 of the flexform configuration will be ignored!

The next image shows the first part of the constant editor (32 settings available in total):

Media Center Files

The extension introduces a new record Media center file. For each file  in the playlist  you have to create a Media Center File record at first.

I recommend to create a separate page from type “SysFolder” and use it as storage for the media files. Use the List Module to create a new record. Select “Media Center File”:

The file definition offers different fields, organized in three tabs:

 Tab: File

If you select a local file, the media file will be copied to the upload/tx_mediacenter folder (standard TYPO3 behavior). If you want to integrate external files or use references to local files, you have use the url to external files (file_url) field and enter the absolute or relative path manually. Attention: If a local file is set, the path in  url to external files (file_url) will be ignored. There is no validation of the external file settings so far, so be careful with the path and the filename !!!

  1. set a path to a xml captions file

    1. xml file has to be in W3C timed text format

    2. format: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/TimedTextTags.html

    3. xml file example: http://www.jeroenwijering.com/upload/bunny.xml

  2. Set a duration if you want to override the length of the media file manually

  3. if you enter an url as link a link icon will be displayed in the control bar

  4. set the start position (in seconds) to define an offset where the file should start. Could be used to define chapters if you create multiple Media Center Files for one video file and include them in a playlist

Tab: Description

  1. enter a title which will be displayed in the playlist (required)

  1. insert an image which will be used as preview image in the video area, and as thumbnail in the playlist

  2. enter a description for the playlist

  3. enter the name of the author (person, company, or something else)

Tab: Language & Access

  1. language

  2. hide

  3. time period

  4. access

Inserting Plugin

Insert  a new content element and choose Insert Plugin. Select Media Center as plugin and add at least one Media Center File to the playlist in the Media Files tab of the flexform Configuration of the plugin.

Typoscript mode

If you want to integrate the player using typoscript only, you don' net to create any media file records or content element. Just set the typoscript constant renderingMode to typoscript  and define the path to a file using the constant file as well. This could be either a local path to a single media file or to a playlist (e.g fileadmin/mediapool/videos/video.flv ) or an external path to a media file or playlist.

Streaming

If you want to integrate an external streaming server to deliver the media files, use the plugin in Typoscript mode, set the file to the file name on the streaming server and set the flashvar streamer to the external url. A simple typoscript setup could look like this:

page.30 < plugin.tx_mediacenter_pi1

page.30.renderingMode = typoscript

page.30.file = bunny.flv

page.30.flashvars.streamer = rtmp://edge01.fms.dutchview.nl/botr