How I can access video/Image from AVURLAsset URL in swift 3.3x?

Viewed 3570

I have AVUrlAsset something like this "file:///var/mobile/Media/DCIM/101APPLE/IMG_1006.MOV". How I can access video from this url in Swift ?

2 Answers
Related