Changeset 2246
- Timestamp:
- 06/11/12 17:02:02 (12 months ago)
- Location:
- branches/hds
- Files:
-
- 11 added
- 4 copied
-
build (added)
-
build/build.properties (added)
-
build/build.xml (added)
-
libs (added)
-
libs/OSMF.swc (added)
-
libs/as3corelib.swc (added)
-
libs/jwplayer-5-classes.xml (added)
-
libs/jwplayer-5-lib.swc (added)
-
test (added)
-
test/assets (added)
-
test/assets/jquery.js (copied) (copied from branches/hds/bin-debug/jquery.js)
-
test/assets/jwplayer.js (added)
-
test/assets/player.swf (copied) (copied from branches/hds/bin-debug/player.swf)
-
test/hds_test.html (copied) (copied from branches/hds/bin-debug/hds_test.html) (2 diffs)
-
test/hds_test_playlist.html (copied) (copied from branches/hds/bin-debug/hds_test_playlist.html) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/hds/test/hds_test.html
r2233 r2246 10 10 initPlayer(); 11 11 function initPlayer() { 12 width = 470;13 height = 260;14 12 Player.prototype.renderPlayer(width,height) 15 13 } 16 //document.Width.value = this.width;17 //document.Height.value = this.height;18 //document.Width.value.value = "milk";19 14 } 20 15 Player.prototype.renderPlayer = function(width,height) { … … 24 19 // 'file': 'http://localhost:1935/vod/mp4:sample.mp4/manifest.f4m', 25 20 // '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', 27 22 'frontcolor': 'ffffff', 28 23 'lightcolor': 'cc9900', -
branches/hds/test/hds_test_playlist.html
r2238 r2246 1 1 <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> 4 4 5 5 <script type='text/javascript'> … … 15 15 Player.prototype.renderPlayer = function(width,height) { 16 16 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', 19 19 'debug': 'console', 20 20 'playlist': [ … … 22 22 'file': 'http://stream.flowplayer.org/httpstreaming/sample3_500kbps.f4m', 23 23 'title': 'hosted hds stream', 24 'provider': ' HDSMediaProvider.swf',24 'provider': '../HDSMediaProvider.swf', 25 25 'image': '', 26 26 'duration': '33.03', … … 37 37 'file': 'http://localhost:1935/vod/mp4:sample.mp4/manifest.f4m', 38 38 'title': 'flv file', 39 'provider': ' HDSMediaProvider.swf',39 'provider': '../HDSMediaProvider.swf', 40 40 'image': 'http://thumbnails.server.com/thumbs/bunny.jpg', 41 41 'duration': '33.03',
Note: See TracChangeset
for help on using the changeset viewer.
