ChrishonWyllie / Celestial

A Caching service for multimedia
MIT License
8 stars 3 forks source link

Fix issue with loading URLs with no file extension #91

Closed ChrishonWyllie closed 3 years ago

ChrishonWyllie commented 3 years ago

For files without a file extension, the AVURLAsset initializer/exportSession fails. Resulting in a fatalError

ChrishonWyllie commented 3 years ago

This has been somewhat addressed in pull request #94 by preventing video URLs with no file extension from being used and providing errors through the delegate or error completion block.