**Describe the bug** Render with mp4 Audio File Error on ANdroid **To Reproduce** Steps to reproduce the behavior: format: Mp4Format(scale: RenderScale.lowRes, audio: [ RenderAudio.url( Uri.parse( "https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4"), ), /* RenderAudio.url( Uri.parse( "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3"), startTime: 40, endTime: 45.4365, ), */ ]), VideoPlayerController videoC = VideoPlayerController.file( File(controlNotifier.mediaPath)); await videoC.initialize(); Error Video Path Cache Cannot Load Source Video **Expected behavior** Video can load **Screenshots** https://github.com/polarby/render/assets/107123372/d6d8d6d8-cffa-48d8-ac8b-566bb88e4d8c **Platform (please complete the following information):** Render Last Version 0.1.3+1
Describe the bug
Render with mp4 Audio File Error on ANdroid
To Reproduce
Steps to reproduce the behavior:
format: Mp4Format(scale: RenderScale.lowRes, audio: [
RenderAudio.url(
Uri.parse(
"https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4"),
),
/*
RenderAudio.url(
Uri.parse(
"https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3"),
startTime: 40,
endTime: 45.4365,
),
*/
]),
VideoPlayerController videoC = VideoPlayerController.file( File(controlNotifier.mediaPath));
await videoC.initialize();
Error Video Path Cache Cannot Load Source Video
Expected behavior
Video can load
Screenshots
WhatsApp.Video.2023-12-22.at.01.49.16.mp4
Platform (please complete the following information):
Render Last Version 0.1.3+1