BrikerMan / BMPlayer

A video player for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.
https://eliyar.biz
MIT License
1.96k stars 418 forks source link

Offline Video not working #338

Open iamjpsharma opened 3 years ago

iamjpsharma commented 3 years ago

Check List

BMPlayer version - latest

Installed with

Issue Description

offline video not working

Other Comment

let res1 = BMPlayerResourceDefinition(url: URL(string: "localpath")!, definition: "Video") let asset = BMPlayerResource(name: "", definitions: [res1], cover: URL(string: "https://www.muvi.com/wp-content/uploads/2018/03/advanced-player.jpg"))