Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Fix buffer bar flickering issue. (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
anssip committed Jan 29, 2014
1 parent 45ba4c3 commit 4068f1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions core/test/bwcheck-smil.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "../../../flash-build/build/flowplayer-3.2.19-dev.swf",
flowplayer("player", "http://flash.cdn.201f.flowplayer.me.s3.amazonaws.com/swf/flowplayer-3.2.19-dev.swf",
{
log: { level: 'debug', filter: 'org.flowplayer.controls.scrubber.ScrubberSlider' },

Expand All @@ -42,7 +42,7 @@
},
plugins: {
controls: {autoHide: false},
content: {url: "flowplayer.content.swf", height: 100},
// content: {url: "flowplayer.content.swf", height: 100},
smil: {url: "flowplayer.smil-3.2.9.swf"},
rtmp: {
url: "flowplayer.rtmp-3.2.13.swf",
Expand All @@ -55,15 +55,17 @@
dynamic: true,
//dynamicBuffer: true,
//qos: {waitDurationAfterDownSwitch: 1000},
onStreamSwitchBegin: function (newItem, currentItem) {

/* onStreamSwitchBegin: function (newItem, currentItem) {
this.getPlayer().getPlugin("content").setHtml("will switch from: " + currentItem.streamName + "<br />to: " + newItem.streamName);
},
onStreamSwitch: function (newItem) {
this.getPlayer().getPlugin("content").setHtml("switched to: " + newItem.streamName);
},
onStreamSwitchFailed: function (info) {
this.getPlayer().getPlugin("content").setHtml(info);
}
}*/
}
}
});
Expand Down
4 changes: 4 additions & 0 deletions plugins/controls/README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Version history:

3.2.17
------
- #191 fix for buffer bar flickering problem with RTMP

3.2.16 (Nov 2013)
-----------------
- #58 fix alignment issue with tooltips. first obtain the global coordinates of the parent to use for configuring the
Expand Down

0 comments on commit 4068f1a

Please sign in to comment.