Ticket #75 (closed defect: fixed)
Show duration not being picked up when specified in JW flashvar config
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | critical | Milestone: | OVA for JW Player 4 (0.4.4) |
| Component: | Community Site | Version: | OVA for JW Player 4 (v0.4.3) |
| Keywords: | duration | Cc: | |
| Forum thread: |
Description
When a config as follows is used, the duration is not being set on the show stream:
&file= http://streaming.openvideoads.org:81/shows/the-black-hole.mp4&start=15&duration=35&provider=lighttpd
OVA for JW only.
Change History
Note: See
TracTickets for help on using
tickets.

Issue was in StreamConfig - when a duration is passed in via JW flashvars, the duration is in seconds format - it needed to be converted to a timestamp. StreamConfig.duration changed to validate the format and convert to a timestamp where required.