Player icon indicating copy to clipboard operation
Player copied to clipboard

Problem with loop in 0.13.2

Open Czajnikowski opened this issue 5 years ago • 4 comments

Currently if I set up Player like:

let player = Player()
player.playbackLoops = true

And then set the local URL + play() on it I'm getting it played only once. I checked what PlayerPlaybackDelegate reports and it reports a couple of playerCurrentTimeDidChanges and then playerPlaybackDidEnd.

Do we have a regression? It was (and still) works fine in 0.13.1

Czajnikowski avatar Dec 03 '19 07:12 Czajnikowski

hey @Czajnikowski seems like this commit is the only thing that could be causing this.

d67e7d7f6bc4dfd7c36ecb95a9d7ddcc5b4cbf58

will revert it from master. could you let me know if it works OK for you?

piemonte avatar Dec 04 '19 05:12 piemonte

Hey @piemonte , thanks for your prompt reply 🙂

I have given it a try on my local clone and reverting it doesn't seem to do the trick.

Czajnikowski avatar Dec 04 '19 06:12 Czajnikowski

+1

yueno12 avatar Dec 19 '19 02:12 yueno12

Hi. It was solved?

paulocoutinhox avatar Nov 24 '20 17:11 paulocoutinhox