Ticket #235 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Duration being set on a show clip is messing up the control bar for pseudo-streaming

Reported by: paul Owned by: paul
Priority: blocker Milestone: OVA for JW Player 5 (v1.0.0)
Component: OVA for JW Player 5 Version: OVA for JW Player 5 (trunk)
Keywords: Cc:
Forum thread:

Description

I think I found a bug in the ova-plugin. When I turn on HTTP Pseudo-Streaming with OVA plugin (RC1) and forward to unbuffered place on the video the total length changes. The video will be shorter so you can not play the end.

Change History

comment:1 Changed 2 years ago by paul

Complete rewrite of the onMetaData event needed to fix this.

Here are the new rules:

/*

  • Here are the rules for using the metadata duration as the duration on a clip:
  • 1. If the clip is an Ad
  • a. If the duration is 0 - set it from the metadata
  • b. If the metadata duration differs from the VAST value and the "deriveAdDurationFromMetaData" flag
  • is true set it from the metadata
  • 2. If the clip is a Show and the "deriveShowDurationFromMetaData" flag is true (it is false by default)
  • a. If the metadata duration differs from the duration on the clip, set it from the metadata */

comment:2 Changed 2 years ago by paul

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

Fixed. For JW4, JW5 and Flowplayer.

Note: See TracTickets for help on using tickets.