Player icon indicating copy to clipboard operation
Player copied to clipboard

How can Local Video Play

Open pethanihiten opened this issue 4 years ago • 1 comments

pethanihiten avatar Dec 26 '20 05:12 pethanihiten

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()

jannemecek avatar Mar 23 '21 12:03 jannemecek