Problem
FFmpeg is capable of getting video information through (publicly accessible) URLs. Currently both the FFProbeProvider and FFMpegProvider include a !file_exists to check if a file exists on the current file system.
Suggestion
Change file_exists to file.
Problem
FFmpeg is capable of getting video information through (publicly accessible) URLs. Currently both the
FFProbeProviderandFFMpegProviderinclude a!file_existsto check if a file exists on the current file system.Suggestion
Change
file_existstofile.