Ticket #452 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

OVA 1.1 doesn't work with bitrateselect plugin

Reported by: paul Owned by: paul
Priority: blocker Milestone: OVA for Flowplayer (v1.0.1)
Component: OVA for Flowplayer Version: OVA for Flowplayer (trunk)
Keywords: Cc:
Forum thread:

Description

OVA 1.1 doesn't work with bitrateselect plugin

See this exception:

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at org.flowplayer.net::BitrateResource/addBitratesToClip()
at org.flowplayer.bitrateselect::HDBitrateResource/addBitratesToClip()
at org.flowplayer.net::StreamSelectionManager()
at org.flowplayer.bitrateselect::BitrateSelectProvider/initStreamSelectionManager()
at MethodInfo-11()
at EventListener/notify()
at org.flowplayer.model::EventDispatcher/_dispatchEvent()
at org.flowplayer.model::EventDispatcher/ http://flowplayer.org/core/internal::doDispatchEvent()

based on this forum post:

 http://www.longtailvideo.com/support/forums/open-video-ads/developer-questions/26732/user-driven-bitrate-selection-ova-flow-player-not-working

Change History

comment:1 Changed 12 months ago by paul

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

Fixed in 1.1 RC1 (Build 4).

Needed to add setCustomProperties("bitrates", new Array()) for the ad clips as the bitrate select plugin was falling over on ad clips that do not have that property set.

Note: See TracTickets for help on using tickets.