Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Source Media Space: The DuraCloud space(s) where the source video and audio files to be streamed are stored. The Media Streamer service attempts to stream all files in the selected space(s).

Integration Files, the
The following files are available as a bundle on the downloads page.
They are intended as a starting point for integrating streaming media into your own website:.

  • player.swf - The flash-based video player JWPlayer
  • playlist.xml - An example playlist which would include a list of items in your Source Media Space
  • playlistplayer.html - An HTML file which uses JWPlayer to display the items in the playlist
  • The variable, $STREAM-HOST, should be substituted with the hostname of the streaming server displayed in the Media Server service properties (e.g. 's1f6w2c2bo9vb7.cloudfront.net')
  • singleplayer.html - An HTML file which uses JWPlayer to display a single media file
  • The variable, $STREAM-HOST, should be substituted with the hostname of the streaming server displayed in the Media Server service properties (e.g. 's1f6w2c2bo9vb7.cloudfront.net')
  • The variable, $CONTENT-ID, should be substituted with the content-id of a single item in a streamed space (e.g. 'starwars.mp4')
  • stylish.swf - A supplementary flash file used to style the JWPlayer
  • swfobject.js - A javascript file (available from here) used to embed the JWPlayer on a web page
  • viewer.js - A javascript file used to simplify the loading of JWPlayer

...