I have found a problem when I have two players at the same time, in two different threads of my application. One of them plays local mp3 files, and the other one plays streaming over rtsp. They work correctly by sepparate.
I have two buttons Pause and Restart which work correctly, pausing and restarting a local mp3 file reproduction. But when I start streaming, and I pause the player, if I want to restart the player when the streaming ends, it doesn't works. I would like to comment that a closed event is triggered in playerupdate function...
My question is if it is possible to have some Player running at the same time in the same application (in different threads).

Reply With Quote

