diff -r 1648489454d7 -r 843f96e4eebd web/res/metadataplayer/AnnotationsList.js --- a/web/res/metadataplayer/AnnotationsList.js Thu Jul 11 15:30:43 2013 +0200 +++ b/web/res/metadataplayer/AnnotationsList.js Tue Jul 23 13:14:21 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) {