Ticket #811 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by pablo

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in 912

Note: See TracTickets for help on using tickets.