Changeset 1495


Ignore:
Timestamp:
12/14/10 17:50:20 (3 years ago)
Author:
jeroen
Message:

initial JS version of livestream

Location:
plugins/livestream/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/livestream/js/jwplayer.livestream.js

    r1493 r1495  
    162162                                fontFace: 'Arial', 
    163163                                cssFloat: 'left', 
    164                                 width: '60%', 
     164                                width: '55%', 
    165165                                height: 48, 
    166166                                paddingLeft: 22, 
     
    176176                                fontFace: 'Arial', 
    177177                                cssFloat: 'left', 
    178                                 width: '60%', 
     178                                width: '55%', 
    179179                                paddingLeft: 22, 
    180180                                paddingTop: 12, 
  • plugins/livestream/js/test/index.html

    r1494 r1495  
    2828            manifest:'http://ec2-79-125-92-61.eu-west-1.compute.amazonaws.com/live/tester.mp4/manifest.m3u8', 
    2929            streamer:'rtmp://ec2-79-125-92-61.eu-west-1.compute.amazonaws.com/live', 
     30            title:'Live testing session of the JW Player LiveStream plugin', 
    3031            width: 720 
    3132        }, 
Note: See TracChangeset for help on using the changeset viewer.