jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Can flash reload the track when connection was down and become available? #104

Closed fatshotty closed 11 years ago

fatshotty commented 12 years ago

Hello,

I wonder, is there a way to tell flash to restart buffering from the last buffer position?

Thanks in advance

Kronan commented 12 years ago

Also intrested.

happyworm commented 11 years ago

If flash is loading media from a static url, then it has to load from the start to the end. There is a lighttp server that can jump to part like youtube uses, but jPlayer does not support that.

With a live stream, the flash can be clearMedia and the setMedia again to reconnect to the stream at the live position after dropping out.

Recent changes in the flash mp3 player has enabled the waiting and playing events that are useful for knowing when the live stream or download has failed or can't keep up.