Ticket #452 (closed defect: fixed)
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:

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.