MediaListPlayer unexpectedly enters Ended state
Posted: 26 Jul 2019 03:56
Hello all,
I'm new to this project, and while I'm really excited for the possibilities, I've been having some troubles with some things. Namely, as I try to play a playlist full of songs, the MediaListPlayer will abruptly stop playing the next song after about a minute and 20 seconds. I've filled the first 50 slots of the playlist with the same very short audio file, and then let it go. Once it starts playing I continuously printed the MediaListPlayer's state in a While (True) loop. As it plays the song over and over, the State switches between Opening and Playing, as is expected, but after a short time the state becomes Ended and stays that way.
Any thoughts on how I can get this to stop happening?
I'm new to this project, and while I'm really excited for the possibilities, I've been having some troubles with some things. Namely, as I try to play a playlist full of songs, the MediaListPlayer will abruptly stop playing the next song after about a minute and 20 seconds. I've filled the first 50 slots of the playlist with the same very short audio file, and then let it go. Once it starts playing I continuously printed the MediaListPlayer's state in a While (True) loop. As it plays the song over and over, the State switches between Opening and Playing, as is expected, but after a short time the state becomes Ended and stays that way.
Any thoughts on how I can get this to stop happening?