do you mean debug build when i build using VS?Is that the debug version?
as for libvlc, i use the VS nuget version.
do you mean debug build when i build using VS?Is that the debug version?
I added teh steep() because without this delay it fails to play the songs most of the time.Try this. And remove all your thread.sleep from your code, this is terrible practice.Code: Select all
Task.Run(() => mediaPlayer.Play(nextMedia));
Did you have a chnage to look at it?Please share full verbose libvlc logs and a small standalone sample on github reproducing the issue.