test/jwplayer.htm
branchplayers-as-widgets
changeset 960 9a278b9e3b05
parent 959 ee11ed1b739e
child 963 d58d0dcdb640
--- a/test/jwplayer.htm	Tue Sep 18 15:39:28 2012 +0900
+++ b/test/jwplayer.htm	Wed Sep 19 14:10:38 2012 +0900
@@ -36,6 +36,7 @@
                 live: true,
                 width: 550, 
                 provider: "rtmp",
+                autostart: true,
                 streamer: function(_url) {
                     var _matches = _url.match(/^[^\/]+\/\/[^\/]+\/[^\/]+\//);
                     if (_matches) {
@@ -43,8 +44,7 @@
                     } else {
                         return _url;
                     }
-                },
-                metadata: _metadata
+                }
             },
             { type: "Slider" },
             { type: "Controller" },