
Adding to / removing from a playlist without stopping playback.
Hello,
I am trying to use JWPlayer javascript API to create a playlist for playing audio files. The system will be used primarily on mobile. That is important, because most mobile platforms do not allow javascript to start the playback of a mediafile without a user directly initiating this.
In short, that means that I can not trigger playback of a new audio-file when the previous has completed- I have to make use of a playlist to accomplish this. However, as it is right now I don't think it's possible to add items to or remove them from a playlist without stopping playback.
Are there any solutions to this?