JWPlayer not playing as single Playlist item, it give an the following exception:
IndexOutOfBoundsException: Invalid index 0, size is 0.
I started the player with this statement:
mPlayerView.load(new PlaylistItem(url));
but if I hard-code the PlaylistItem parameter then it plays the stream but if it's dynamic, it gives the above mentioned exception.
Urgent help required!
↧