Ticket #1118 (closed bug: fixed)

Opened 3 years ago

Last modified 2 years ago

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:

  1. User clicks play (IDLE -> BUFFERING)
  2. Plugin locks the player (BUFFERING -> PAUSED)
  3. Plugin unlocks the player
  4. 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

comment:1 Changed 2 years ago by zach

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

Fixed in 1436

Note: See TracTickets for help on using tickets.