Changeset 2246


Ignore:
Timestamp:
06/11/12 17:02:02 (12 months ago)
Author:
alex
Message:

Adding final directory structure including build files

Location:
branches/hds
Files:
11 added
4 copied

Legend:

Unmodified
Added
Removed
  • branches/hds/test/hds_test.html

    r2233 r2246  
    1010        initPlayer(); 
    1111        function initPlayer() { 
    12                 width = 470; 
    13                 height = 260; 
    1412                Player.prototype.renderPlayer(width,height) 
    1513        } 
    16         //document.Width.value = this.width; 
    17         //document.Height.value = this.height; 
    18         //document.Width.value.value = "milk"; 
    1914} 
    2015Player.prototype.renderPlayer = function(width,height)  { 
     
    2419//      'file': 'http://localhost:1935/vod/mp4:sample.mp4/manifest.f4m', 
    2520//      'file': 'http://mediapm.edgesuite.net/osmf/content/test/manifest-files/dynamic_Streaming.f4m', 
    26     'skin': 'http://developer.longtailvideo.com/svn/skins/beelden/beelden.zip', 
     21    'skin': 'http://www.longtailvideo.com/files/skins/classic/5/classic.zip', 
    2722    'frontcolor': 'ffffff', 
    2823    'lightcolor': 'cc9900', 
  • branches/hds/test/hds_test_playlist.html

    r2238 r2246  
    11<html> 
    2 <script type='text/javascript' src='jwplayer.js'></script> 
    3 <script type='text/javascript' src='jquery.js'></script> 
     2<script type='text/javascript' src='assets/jwplayer.js'></script> 
     3<script type='text/javascript' src='assets/jquery.js'></script> 
    44 
    55<script type='text/javascript'> 
     
    1515Player.prototype.renderPlayer = function(width,height)  { 
    1616         jwplayer('mediaspace').setup({ 
    17     'flashplayer': 'player.swf', 
    18     'skin': 'http://developer.longtailvideo.com/svn/skins/beelden/beelden.zip', 
     17    'flashplayer': 'assets/player.swf', 
     18    'skin': 'http://www.longtailvideo.com/files/skins/classic/5/classic.zip', 
    1919    'debug': 'console', 
    2020    'playlist': [ 
     
    2222       'file': 'http://stream.flowplayer.org/httpstreaming/sample3_500kbps.f4m', 
    2323       'title': 'hosted hds stream', 
    24        'provider': 'HDSMediaProvider.swf', 
     24       'provider': '../HDSMediaProvider.swf', 
    2525       'image': '', 
    2626       'duration': '33.03', 
     
    3737       'file': 'http://localhost:1935/vod/mp4:sample.mp4/manifest.f4m', 
    3838       'title': 'flv file', 
    39        'provider': 'HDSMediaProvider.swf', 
     39       'provider': '../HDSMediaProvider.swf', 
    4040       'image': 'http://thumbnails.server.com/thumbs/bunny.jpg', 
    4141       'duration': '33.03', 
Note: See TracChangeset for help on using the changeset viewer.