dailymotion / dailymotion-swift-player-sdk-ios

Dailymotion Player SDK for iOS in Swift
MIT License
33 stars 15 forks source link

There is an issue with two videos playing simultaneously #78

Open iossachin opened 2 years ago

iossachin commented 2 years ago

When you navigate to the next video, the previous video continues to play in the background. The player stop method has already been called in the viewwilldisappear method. The player is still playing a video in the background.