Player
Player copied to clipboard
How can Local Video Play
Just get the local URL of the video and pass it to the Player instance
let player = Player()
player.url = Bundle.main.url(forResource: "example", withExtension: "mp4")
player.playFromBeginning()