Ticket #928 (new bug)
Some live audio streams don't work correctly w/ autostart
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Milestone: | Flash 5.3 | Keywords: | |
| Cc: | Forum thread: | http://www.longtailvideo.com/support/forums/jw-player/bug-reports/11647/audio-streaming-dont-autostart |
Description
This issue can probably be tracked down to the following line: trunk/fl5/src/com/longtailvideo/jwplayer/media/SoundMediaProvider.as#L150
Replace
if (_sound.isBuffering == true && _sound.bytesTotal > _sound.bytesLoaded) {
with
if (_sound.isBuffering == true && _sound.bytesTotal > _sound.bytesLoaded > 0) {
Change History
Note: See
TracTickets for help on using
tickets.
