Commit | Date | |
---|---|---|
[r1314]
by
briggs@adobe.com
Better fix for FM-530. Instead of relying on the Play.PublishNotify event (which won't get dispatched for streams that are already published) to enter the playing state, check the bufferTime value and immediately exit buffering mode if it's zero. In that case (which seems to only happen with live), the Play.Start event is the last one we'll get, so we can't rely on a Buffer.Full event (which makes sense if bufferTime is zero). |
2010-03-12 21:49:23 | Tree |
[r1313]
by
briggs@adobe.com
Modify LoadFromDocumentElement so that it doesn't use a custom event to signal loaded. |
2010-03-12 21:16:25 | Tree |
2010-03-12 20:49:15 | Tree | |
2010-03-12 20:30:32 | Tree | |
[r1310]
by
briggs@adobe.com
Fix inconsistent MediaPlayerState transitions. In general, media should transition from UNINITIALIZED to LOADING to READY to BUFFERING (if canBuffer) to PLAYING. For error conditions, media should transition from LOADING to PLAYBACK_ERROR. Added additional error cases to ExamplePlayer. Update unit tests to verify these states for all media types. |
2010-03-12 00:34:45 | Tree |
2010-03-11 23:32:56 | Tree | |
2010-03-11 23:02:07 | Tree | |
[r1307]
by
oconnell@adobe.com
Fixed preloader issue with work around. Underlying flash player bug filed. https://bugs.adobe.com/jira/browse/FP-4114 |
2010-03-11 20:44:27 | Tree |
[r1306]
by
briggs@adobe.com
Fix FM-530: MediaPlayer remains in buffering state when playing live streams. Updated ExamplePlayer with a live example. |
2010-03-11 01:49:54 | Tree |
[r1305]
by
briggs@adobe.com
Fix FM-262: Add checkPolicyFile param to SoundLoader, to enable use of SoundMixer.computeSpectrum and Sound.id3. API to be reviewed by PARB. |
2010-03-11 01:08:10 | Tree |