Hello,
I have been looking into other aspects of jPlayer, but streams are
still on the list. Basically, the stream needs to be restarted every
so often. People have suggested the 100MB mark for when to restart a
stream. It might be possible to do this near seamlessly, if we started
a second stream and then killed the old one, but it could be horrid if
the user has poor bandwidth. Also, the HTML5 case is not clear atm.
For the time being, the best I can suggest is something along the
lines of: When the user clicks play, start an Timeout in JavaScript
for 20 minutes or so. The Timeout function would then restart the
stream every 20 minutes. You could work out the data refresh time
using the kbs of the stream. You'd have to stop the interval if the
user clicked pause/stop. Clicking play should always restart the
stream... and do not auto play at the start.
I have not tried the above... It is rather crude, I'll admit.
I hope to get back into looking at this next week.
Best regards,
Mark P.