You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
when calling FFprobeKit.getMediaInformation() the app crashes with the error below. Recreated on an iphone 7 and 12 Pro Max. Not seeing the issue on any Android devices.
To Reproduce
final MediaInformationSession session = await FFprobeKit.getMediaInformation(inputPath);
Logs
flutter: Loading ffmpeg-kit-flutter.
FFmpegKitFlutterPlugin 0x28062f5c0 started listening to events on 0x2813a9940.
Loading ffmpeg-kit.
Loaded ffmpeg-kit-full-arm64-5.1-20220929.
flutter: Loaded ffmpeg-kit-flutter-ios-full-arm64-5.1.0.
The text was updated successfully, but these errors were encountered:
rlueders
changed the title
[Flutter] app crashes when calling FFprobeKit.getMediaInformation();
[Flutter] app crashes when calling FFprobeKit.getMediaInformation() in ffmpeg-kit 5.1.0
Oct 6, 2022
#215 explains how you can get support, get a response from the maintainers. But, if you are not interested in that, if you don't think that it will help you, then there is nothing I can do. Let's wait the community to help you about this.
Description
when calling FFprobeKit.getMediaInformation() the app crashes with the error below. Recreated on an iphone 7 and 12 Pro Max. Not seeing the issue on any Android devices.
To Reproduce
final MediaInformationSession session = await FFprobeKit.getMediaInformation(inputPath);
Logs
flutter: Loading ffmpeg-kit-flutter.
FFmpegKitFlutterPlugin 0x28062f5c0 started listening to events on 0x2813a9940.
Loading ffmpeg-kit.
Loaded ffmpeg-kit-full-arm64-5.1-20220929.
flutter: Loaded ffmpeg-kit-flutter-ios-full-arm64-5.1.0.
frame #0: 0x000000010f5a048c libavcodec
av_packet_make_refcounted + 8 libavcodec
av_packet_make_refcounted:-> 0x10f5a048c <+8>: ldr x8, [x0]
0x10f5a0490 <+12>: cbz x8, 0x10f5a049c ; <+24>
0x10f5a0494 <+16>: mov w0, wzr
0x10f5a0498 <+20>: b 0x10f5a04d0 ; <+76>
Target 0: (Runner) stopped.
Lost connection to device.
Environment
The text was updated successfully, but these errors were encountered: