I tested it on an Android Simulator when downloading an MP4 video online and uploading it uploads fine but when uploading a video in the gallery recorded from the phone the video uploads but the VideoURL goes blank and outputs the following error:
I/flutter (22003): Too many packets buffered for output stream 0:1.
I/flutter (22003): Conversion failed!
I/flutter (22003): 'package:/models/encoder_provider.dart': Failed assertion: line 32 pos 12: 'rc == 0': is not true.
When running it on an ios simulator it does nothing after the video finishes compressing and gives me the error I posted previously:
flutter: NoSuchMethodError: The method '/' was called on null.
Receiver: null
Tried calling: /(null)
If you could support me in this matter I would highly appreciate it.
Kind Regards,
I tested it on an Android Simulator when downloading an MP4 video online and uploading it uploads fine but when uploading a video in the gallery recorded from the phone the video uploads but the VideoURL goes blank and outputs the following error:
I/flutter (22003): Too many packets buffered for output stream 0:1.
I/flutter (22003): Conversion failed!
I/flutter (22003): 'package:/models/encoder_provider.dart': Failed assertion: line 32 pos 12: 'rc == 0': is not true.
When running it on an ios simulator it does nothing after the video finishes compressing and gives me the error I posted previously:
flutter: NoSuchMethodError: The method '/' was called on null.
Receiver: null
Tried calling: /(null)
If you could support me in this matter I would highly appreciate it.
Kind Regards,