equal
deleted
inserted
replaced
30 metadata: _metadata |
30 metadata: _metadata |
31 }, |
31 }, |
32 css : 'metadataplayer/LdtPlayer-core.css', |
32 css : 'metadataplayer/LdtPlayer-core.css', |
33 widgets: [ |
33 widgets: [ |
34 { |
34 { |
35 type: "JwpPlayer", |
35 type: "AutoPlayer", |
36 live: true, |
36 live: true, |
37 height: 350, |
|
38 width: 550, |
37 width: 550, |
39 provider: "rtmp", |
38 provider: "rtmp", |
40 streamer: function(_url) { |
39 streamer: function(_url) { |
41 var _matches = _url.match(/^[^\/]+\/\/[^\/]+\/[^\/]+\//); |
40 var _matches = _url.match(/^[^\/]+\/\/[^\/]+\/[^\/]+\//); |
42 if (_matches) { |
41 if (_matches) { |