src/widgets/AnnotationsList.js
changeset 1005 768bd0691ed1
parent 996 c472984db275
child 1010 5566738cb829
--- a/src/widgets/AnnotationsList.js	Wed Jul 03 17:04:43 2013 +0200
+++ b/src/widgets/AnnotationsList.js	Fri Jul 19 16:41:50 2013 +0200
@@ -263,8 +263,7 @@
                 _audiofile = _el.attr("data-audio").replace(_this.rtmp_streamer,"");
             _el.text(_this.l10n.now_playing);
             _this.jwplayer.load({
-                file: _audiofile,
-                streamer: _this.rtmp_streamer
+                file: _audiofile
             });
             _this.jwplayer.play(true);
             _this.media.pause();
@@ -306,9 +305,9 @@
         this.jwplayer = jwplayer(_tmpId);
         this.jwplayer.setup({
             flashplayer: IriSP.getLib("jwPlayerSWF"),
+            fallback: false,
             width: 1,
             height: 1,
-            provider: "rtmp",
             events: {
                 onIdle: function() {
                     if (_this.jw_paused_media) {