You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off - this is a great resource. This plugin is the easiest way I was able find to be able to control the lockscreen and interact well that way. I'm having a few issues, however. First of all, there is a sizeable gap between when one track ends and the next one beginning. Buffering the track once the other track is over is an unfortunate necessity. I see two ways of managing this:
Expose "prebuffering" interface to the JS, then the JS is in charge of queuing up the next media object to be used. The call could be as simple as:
Thanks for the suggestion -- I have this on my list of future enhancements.
On Mon, Feb 2, 2015 at 10:42 PM, Daniel Staudigel [email protected]
wrote:
First off - this is a great resource. This plugin is the easiest way I was
able find to be able to control the lockscreen and interact well that way.
I'm having a few issues, however. First of all, there is a sizeable gap
between when one track ends and the next one beginning. Buffering the track
once the other track is over is an unfortunate necessity. I see two ways of
managing this:
Expose "prebuffering" interface to the JS, then the JS is in charge of
queuing up the next media object to be used. The call could be as simple as:
First off - this is a great resource. This plugin is the easiest way I was able find to be able to control the lockscreen and interact well that way. I'm having a few issues, however. First of all, there is a sizeable gap between when one track ends and the next one beginning. Buffering the track once the other track is over is an unfortunate necessity. I see two ways of managing this:
This would just create a media object and tell it to get ready, so that when it comes time to play it, things are quick.
The text was updated successfully, but these errors were encountered: