Ticket #141 (closed defect: fixed)
Autostart causes endless looping on live streams
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for JW Player 5 (0.4.4) |
| Component: | OVA for JW Player 5 | Version: | OVA for JW Player 5 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
When OVA is configured with a live stream it seems to force the playlist to endlessly loop.
Change History
comment:2 Changed 3 years ago by paul
- Status changed from new to closed
- Resolution set to fixed
Fixed.
When OVA for JW5 now initialises it looks to see if there is an "autostart" flashvar set. If so, the "autoPlay" OVA config is set.
"autostart" will be maintained if "repeat=always" is also set in the flashvars otherwise autostart is then set to false stopping the looping.
Note: See
TracTickets for help on using
tickets.

Actually the issue isn't live stream specific.
It's created with this type of flashvar setup:
Here the "autostart" is specified as a JW Player flashvar that causes endless looping - e.g.
By adding "repeat=none" should stop it, but for some reason OVA is causing that to be ignored - that's the issue.