Sterling Albury
09/26/2024, 7:33 AMPHPickerView
to show my gallery, I select a video and get a PHPickerResult
, which has the itemProvider
that i use to get a nsUrl
. however if I try to do something like AVAsset.assetWithURL(videoUrl)
then the asset doesn't seem to be recognized as a video, or readable. I have permissions enabled so I don't think it's that, and I'm able to get photos with the picker. looking for other ideas.
Slack ConversationFrançois
09/26/2024, 11:36 AMFrançois
09/26/2024, 11:37 AMSterling Albury
09/26/2024, 4:41 PMvideoNsData.writeToURL(tempUrl)
function before calling AVAsset.assetWithURL(tempUrl)