Ticket #1118 (closed bug: fixed)
Locking on buffering state using HTTP Pseudo-streaming results in stopped player on unlock
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Priority: | Milestone: | Player 5.4 | |
| Component: | flash | Keywords: | |
| Cc: | jeroen,cameron,zach | Forum thread: |
Description
Example:
http://www.everymanit.com/2010/11/09/network-mapping/
(Map player on the page to trunk version).
What's going on here is the following:
- User clicks play (IDLE -> BUFFERING)
- Plugin locks the player (BUFFERING -> PAUSED)
- Plugin unlocks the player
- Controller calls media.seek(-1); media.play();
This appears to have been introduced in 1419/trunk/fl5/src/com/longtailvideo/jwplayer/controller/Controller.as.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in 1436