Ticket #811 (closed bug: fixed)
RTMP dynamic streams don't switch on bandwidth update
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Priority: | Milestone: | Flash 5.2 | |
| Component: | Keywords: | ||
| Cc: | Forum thread: |
Description
From RTMPMediaProvider
function getBandwidth():void {
...
if (item.levels.length > 0 && item.getLevel(config.bandwidth, config.width) != item.currentLevel) {
swap(item.currentLevel);
}
Should swap to getLevel() instead of currentItem
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in 912