Gavin Wright
Gavin Wright
I had this problem too. The offset MUST be a subdirectory of the root, or else the error_dir gets used instead.
I get this same error when trying to use a Content `Uri` from `DocumentsContract`, such as: > content://com.android.externalstorage.documents/tree/0EAB-020F%3A/document/0EAB-020F%3ABackups%2FPixel%206%2FCamera%2FPXL_20230209_181341686.TS.mp4 `MediaMetadataRetriever` handles this `Uri` just fine.
It works for me. Inside `AppDelegate`, just use: ``` func applicationDidBecomeActive(_ application: UIApplication) { PerformanceMonitor.shared().start() } ```